adding new EarlyBlue skin, cleanup remains
[themes.git] / EarlyBlue / skin / EarlyBlue / global / popup.css
CommitLineData
f6e0a33f 1menupopup, 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 }
10
11/* XXX menupopups have to have a color explicitly specified. this is a bug */
12menupopup, popup
13 {
14 border : 1px outset #CCD0DD;
15 }
16
17.popup-internal-box
18 {
19 padding : 1px;
20 }
21
22/** Tooltips (tooltip <popup> element is deprecated! Use <tooltip> instead!)
23 * class="tooltip"
24 **/
25.tooltip, tooltip
26 {
27 background-color : #FFFFCC;
28 border : 1px outset #FFFFCC;
29 color : #000000;
30 font : smaller;
31 padding : 2px;
32 max-width : 40em;
33 }
34
35.tooltip > .popup-internal-box,
36tooltip > .popup-internal-box
37 {
38 border : 0px;
39 padding : 0px;
40 }
41
42/* rules for popups associated with menulists */
43
44 menulist > menupopup,
45 .menulist-menupopup
46 {
47 border : 1px solid #666699;
48 min-width : 0px;
49 background-color : white;
50 }