toolkit/themes/osx/global/scale.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 4
michael@0 5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
michael@0 6
michael@0 7 .scale-slider {
michael@0 8 -moz-appearance: scale-horizontal;
michael@0 9 background: url("chrome://global/skin/scale/scale-tray-horiz.gif") 0% 50% repeat-x;
michael@0 10 margin: 2px 4px;
michael@0 11 width: 100px;
michael@0 12 }
michael@0 13
michael@0 14 .scale-slider[orient="vertical"]
michael@0 15 {
michael@0 16 -moz-appearance: scale-vertical;
michael@0 17 background: url("chrome://global/skin/scale/scale-tray-vert.gif") 50% 0% repeat-y;
michael@0 18 margin: 4px 2px;
michael@0 19 width: auto;
michael@0 20 height: 100px;
michael@0 21 }
michael@0 22
michael@0 23 .scale-thumb {
michael@0 24 -moz-appearance: scalethumb-horizontal;
michael@0 25 border: 2px solid;
michael@0 26 -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
michael@0 27 -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
michael@0 28 -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
michael@0 29 -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
michael@0 30 background-color: -moz-Dialog;
michael@0 31 min-width: 30px;
michael@0 32 min-height: 15px;
michael@0 33 }
michael@0 34
michael@0 35 .scale-thumb[orient="vertical"] {
michael@0 36 -moz-appearance: scalethumb-vertical;
michael@0 37 min-width: 15px;
michael@0 38 min-height: 30px;
michael@0 39 }
michael@0 40
michael@0 41 .scale-thumb[disabled="true"] {
michael@0 42 -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow !important;
michael@0 43 -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow !important;
michael@0 44 -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow !important;
michael@0 45 -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow !important;
michael@0 46 }

mercurial