accomodate recent XUL 1.0 changes
[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> is deprecated, use <tooltip> element)
18  *  class="tooltip"
19  **/
20 .tooltip, 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 tooltip > .popup-internal-box
31   {
32     padding               : 0px;
33     margin                : 0px;
34   }
35
36 /* rules for popups associated with menulists */
37
38   menulist > menupopup,
39   .menulist-menupopup
40     {
41       border              : 1px solid #666699;
42       min-width           : 0px;
43       background-color    : white;
44     }