Update of /cvsroot/libufo/ufo-0.5/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5036/test
Modified Files:
gui.css gui.xul
Log Message:
Index: gui.css
===================================================================
RCS file: /cvsroot/libufo/ufo-0.5/test/gui.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gui.css 3 Sep 2005 10:07:52 -0000 1.3
--- gui.css 11 Oct 2005 20:23:14 -0000 1.4
***************
*** 18,21 ****
--- 18,28 ----
list-style-image: url('smilie.tga');
}
+ popupmenu {
+ background-color: #D0D3E4;
+ opacity: 0.8;
+ }
+ listbox {
+ opacity: 0.8;
+ }
/* CSS class ids */
***************
*** 43,48 ****
}
.transparent {
- /** This is UFO specific and sets the background opacity */
opacity: 0;
}
--- 50,57 ----
}
+ /** The opacity property UFO specific and sets the background opacity */
+ /*
.transparent {
opacity: 0;
}
+ */
Index: gui.xul
===================================================================
RCS file: /cvsroot/libufo/ufo-0.5/test/gui.xul,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gui.xul 3 Sep 2005 10:07:52 -0000 1.3
--- gui.xul 11 Oct 2005 20:23:14 -0000 1.4
***************
*** 6,10 ****
<window
id="findfile-window"
! title="Testing Xul frames (see gui.xul)"
orient="vertical"
pack="start"
--- 6,10 ----
<window
id="findfile-window"
! title="Testing Xul frames (see gui.xul and gui.css)"
orient="vertical"
pack="start"
|