accomodate recent XUL 1.0 changes
[themes.git] / LCARStrek / global / skin / popup.css
1 menupopup, popup
2   {
3     /* DON'T DELETE.  Removes disappearance of scrollbars
4      * in content pane when window is made smaller.
5      * Talk to evaughan@netscape.com for details.
6      */
7     min-width             : 1px;
8     background-color      : black;
9     color                 : #FF9F00;
10     border                : 1px solid #FF9F00;
11   }
12
13 .popup-internal-box
14   {
15     padding               : 1px;
16   }  
17   
18 /** Tooltips (tooltip <popup> is deprecated, use <tooltip> element)
19  *  class="tooltip"
20  **/
21 .tooltip, tooltip
22   {
23     -moz-border-radius    : 3px;
24     background-color      : #9C9CFF;
25     border                : 1px solid #FFCF00;
26     color                 : #000000;
27     font                  : smaller;
28     padding               : 3px;
29   }
30
31 .tooltip > .popup-internal-box,
32 tooltip > .popup-internal-box
33   {
34     padding               : 0px;
35     margin                : 0px;
36   }
37
38 /* rules for popups associated with menulists */
39
40   menulist > menupopup,
41   .menulist-menupopup
42     {
43       border              : 1px solid #FF9F00;
44       min-width           : 0px;
45       background-color    : black;
46     }
47
48
49