complete sync of both themes with toolkit winstripe changes in Mozilla 16 cycle
[themes.git] / EarlyBlue / global / dropmarker.css
1 dropmarker {
2   width: 15px;
3   -moz-box-align: center;
4   -moz-box-pack: center;
5   border: 1px outset #CCD0DD;
6   background-color: #CCD0DD;
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:active {
13   border: 1px inset #CCD0DD;
14   padding-top: 2px;
15   padding-bottom: 0;
16   -moz-padding-start: 2px;
17   -moz-padding-end: 0;
18 }
19
20 dropmarker[disabled="true"] {
21   list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif");
22  -moz-image-region: auto;
23   border: 1px outset #CCD0DD !important;
24   padding: 1px !important;
25 }