sync both themes with SeaMonkey 2.42 to 2.45 classic theme changes
[themes.git] / LCARStrek / global / dropmarker.css
1 dropmarker {
2   min-width: 11px;
3   -moz-box-align: center;
4   -moz-box-pack: center;
5   border: 1px solid #FF9F00;
6   background-color: #000000;
7   padding: 1px;
8   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
9   -moz-image-region: auto;
10 }
11
12 dropmarker:hover {
13   background-color: #FFCF00;
14   border: 1px solid #FFCF00;
15   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
16   -moz-image-region: auto;
17 }
18
19 dropmarker:hover:active,
20 dropmarker[open="true"] {
21   background-color: #FF9F00;
22   padding-top: 2px;
23   padding-bottom: 0px;
24   -moz-padding-start: 2px;
25   -moz-padding-end: 0px;
26   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
27   -moz-image-region: auto;
28 }
29
30 dropmarker[disabled="true"] {
31   list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif");
32   border: 1px solid #8050B0 !important;
33   background-color: #000000 !important;
34   padding: 1px !important;
35   -moz-image-region: auto;
36 }