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 | #canvas { |
michael@0 | 6 | image-rendering: -moz-crisp-edges; |
michael@0 | 7 | cursor: none; |
michael@0 | 8 | border: 3px solid #E0E0E0; |
michael@0 | 9 | border-radius: 50%; |
michael@0 | 10 | } |
michael@0 | 11 | |
michael@0 | 12 | #canvas-overflow { |
michael@0 | 13 | overflow: hidden; |
michael@0 | 14 | width: 96px; |
michael@0 | 15 | height: 96px; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | #color-preview { |
michael@0 | 19 | width: 16px; |
michael@0 | 20 | height: 16px; |
michael@0 | 21 | box-shadow: 0px 0px 0px black; |
michael@0 | 22 | border: solid 1px #fff; |
michael@0 | 23 | margin: 3px; |
michael@0 | 24 | } |
michael@0 | 25 | |
michael@0 | 26 | #color-value-box { |
michael@0 | 27 | background-color: #E0E0E0; |
michael@0 | 28 | border-radius: 1px; |
michael@0 | 29 | width: 150px; |
michael@0 | 30 | } |
michael@0 | 31 | |
michael@0 | 32 | #color-value { |
michael@0 | 33 | padding: 0.3em; |
michael@0 | 34 | text-shadow: 1px 1px 1px #fff; |
michael@0 | 35 | } |
michael@0 | 36 | |
michael@0 | 37 | #color-value.highlight { |
michael@0 | 38 | font-family: inherit; |
michael@0 | 39 | } |
michael@0 | 40 | |
michael@0 | 41 | window { |
michael@0 | 42 | /* inexplicably, otherwise background shows up on Linux */ |
michael@0 | 43 | border: 1px solid transparent; |
michael@0 | 44 | background-color: transparent; |
michael@0 | 45 | } |