bug 77 css scoping - making skin work again
[themes.git] / EarlyBlue / 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      : #CCD0DD;
9     border                : 1px outset #CCD0DD;
10   }
11
12 .popup-internal-box
13   {
14     padding               : 1px;
15   }  
16   
17 /** Tooltips (tooltip <popup> element)
18  *  class="tooltip"
19  **/
20 .tooltip
21   {
22     background-color      : #FFFFCC;
23     border                : 1px outset #FFFFCC;
24     color                 : #000000;
25     font                  : smaller;
26     padding               : 3px;
27   }
28
29 .tooltip > .popup-internal-box
30   {
31     padding               : 0px;
32     margin                : 0px;
33   }
34
35 /* rules for popups associated with menulists */
36
37   menulist > menupopup,
38   .menulist-menupopup
39     {
40       border              : 1px solid #666699;
41       min-width           : 0px;
42       background-color    : white;
43     }
44