зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
615 B
CSS
22 строки
615 B
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
dropmarker {
|
|
-moz-appearance: menulist-button;
|
|
width: 16px;
|
|
-moz-box-align: center;
|
|
-moz-box-pack: center;
|
|
padding: 1px;
|
|
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
|
|
-moz-image-region: auto;
|
|
}
|
|
|
|
dropmarker:hover:active:not([disabled="true"]) {
|
|
padding: 2px 0 0 2px;
|
|
}
|
|
|
|
dropmarker[disabled="true"] {
|
|
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
|
|
}
|