more sync of LCARStrek with Firefox 23 browser windows theme changes
[themes.git] / LCARStrek / global / dropmarker.css
CommitLineData
a12570b9 1dropmarker {
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");
38cfeb47 9 -moz-image-region: auto;
a12570b9 10}
11
12dropmarker:hover {
13 background-color: #FFCF00;
14 border: 1px solid #FFCF00;
15 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
38cfeb47 16 -moz-image-region: auto;
a12570b9 17}
18
19dropmarker:hover:active,
20dropmarker[open="true"] {
21 background-color: #FF9F00;
f98e9249
RK
22 padding-top: 2px;
23 padding-bottom: 0px;
24 -moz-padding-start: 2px;
25 -moz-padding-end: 0px;
a12570b9 26 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
38cfeb47 27 -moz-image-region: auto;
a12570b9 28}
29
30dropmarker[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;
38cfeb47 35 -moz-image-region: auto;
a12570b9 36}