browser/themes/shared/devtools/eyedropper.css

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

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 }

mercurial