1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/osx/global/colorpicker.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,41 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 1.9 + 1.10 +/* ::::: colorpicker button ::::: */ 1.11 + 1.12 +colorpicker[type="button"] { 1.13 + width: 38px; 1.14 + height: 24px; 1.15 + border: 1px solid #a7a7a7; 1.16 + background-color: ThreeDFace; 1.17 + padding: 3px; 1.18 + -moz-appearance: button-bevel; 1.19 +} 1.20 + 1.21 +.colorpicker-button-colorbox { 1.22 + border: 1px solid #000000; 1.23 +} 1.24 + 1.25 +/* ::::: colorpicker tiles ::::: */ 1.26 + 1.27 +.colorpickertile { 1.28 + width : 20px; 1.29 + height : 20px; 1.30 + margin : 1px; 1.31 +} 1.32 + 1.33 +.colorpickertile[selected="true"] { 1.34 + border : 1px outset #C0C0C0; 1.35 + 1.36 +} 1.37 + 1.38 +.colorpickertile[hover="true"] { 1.39 + border : 1px dotted #A7A7A7; 1.40 +} 1.41 + 1.42 +.cp-light[hover="true"] { 1.43 + border : 1px dotted #000000; 1.44 +}