michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #canvas { michael@0: image-rendering: -moz-crisp-edges; michael@0: cursor: none; michael@0: border: 3px solid #E0E0E0; michael@0: border-radius: 50%; michael@0: } michael@0: michael@0: #canvas-overflow { michael@0: overflow: hidden; michael@0: width: 96px; michael@0: height: 96px; michael@0: } michael@0: michael@0: #color-preview { michael@0: width: 16px; michael@0: height: 16px; michael@0: box-shadow: 0px 0px 0px black; michael@0: border: solid 1px #fff; michael@0: margin: 3px; michael@0: } michael@0: michael@0: #color-value-box { michael@0: background-color: #E0E0E0; michael@0: border-radius: 1px; michael@0: width: 150px; michael@0: } michael@0: michael@0: #color-value { michael@0: padding: 0.3em; michael@0: text-shadow: 1px 1px 1px #fff; michael@0: } michael@0: michael@0: #color-value.highlight { michael@0: font-family: inherit; michael@0: } michael@0: michael@0: window { michael@0: /* inexplicably, otherwise background shows up on Linux */ michael@0: border: 1px solid transparent; michael@0: background-color: transparent; michael@0: }