1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/faststripe/global/dropmarker.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +dropmarker { 1.9 + width: 16px; 1.10 + height: 16px; 1.11 + -moz-box-align: center; 1.12 + -moz-box-pack: center; 1.13 + background-color: transparent; 1.14 + padding: 1px; 1.15 + list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); 1.16 + -moz-image-region: auto; 1.17 +} 1.18 + 1.19 +dropmarker:hover:active { 1.20 + background: #aaaaaa; 1.21 + padding-top: 2px; 1.22 + padding-bottom: 0px; 1.23 + -moz-padding-start: 2px; 1.24 + -moz-padding-end: 0px; 1.25 +} 1.26 + 1.27 +dropmarker[disabled="true"] { 1.28 + list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); 1.29 + padding: 1px !important; 1.30 +}