1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* ===== scale.css =================================================
6 == Styles used by XUL scale elements.
7 ======================================================================= */
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
11 /* ::::: scale ::::: */
14 background: url("chrome://global/skin/scale/scale-tray-horiz.gif") 0% 50% repeat-x;
20 .scale-slider[orient="vertical"]
22 background: url("chrome://global/skin/scale/scale-tray-vert.gif") 50% 0% repeat-y;
28 /* ::::: scale thumb ::::: */
31 border: 1px solid #9C9CFF !important;
32 background-color: #000000;
37 .scale-thumb[orient="vertical"] {
42 .scale-thumb[disabled="true"] {
43 border: 1px solid #8050B0 !important;