css scoping, false dimensions of <tree>s and urlbar space
[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> element)
19  *  class="tooltip"
20  **/
21 .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   {
33     padding               : 0px;
34     margin                : 0px;
35   }
36
37 /* rules for popups associated with menulists */
38
39   menulist > menupopup,
40   .menulist-menupopup
41     {
42       border              : 1px solid #FF9F00;
43       min-width           : 0px;
44       background-color    : black;
45     }
46
47