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