Wed, 31 Dec 2014 06:09:35 +0100
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 | /* ::::: colorpicker button ::::: */ |
michael@0 | 8 | |
michael@0 | 9 | colorpicker[type="button"] { |
michael@0 | 10 | width: 38px; |
michael@0 | 11 | height: 24px; |
michael@0 | 12 | border: 1px solid #a7a7a7; |
michael@0 | 13 | background-color: ThreeDFace; |
michael@0 | 14 | padding: 3px; |
michael@0 | 15 | -moz-appearance: button-bevel; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | .colorpicker-button-colorbox { |
michael@0 | 19 | border: 1px solid #000000; |
michael@0 | 20 | } |
michael@0 | 21 | |
michael@0 | 22 | /* ::::: colorpicker tiles ::::: */ |
michael@0 | 23 | |
michael@0 | 24 | .colorpickertile { |
michael@0 | 25 | width : 20px; |
michael@0 | 26 | height : 20px; |
michael@0 | 27 | margin : 1px; |
michael@0 | 28 | } |
michael@0 | 29 | |
michael@0 | 30 | .colorpickertile[selected="true"] { |
michael@0 | 31 | border : 1px outset #C0C0C0; |
michael@0 | 32 | |
michael@0 | 33 | } |
michael@0 | 34 | |
michael@0 | 35 | .colorpickertile[hover="true"] { |
michael@0 | 36 | border : 1px dotted #A7A7A7; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | .cp-light[hover="true"] { |
michael@0 | 40 | border : 1px dotted #000000; |
michael@0 | 41 | } |