toolkit/themes/linux/global/colorpicker.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/linux/global/colorpicker.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,47 @@
     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 +/* ===== colorpicker.css ================================================
     1.9 +  == Styles used by the XUL colorpicker element.
    1.10 +  ======================================================================= */
    1.11 +
    1.12 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    1.13 +
    1.14 +/* ::::: colorpicker button ::::: */
    1.15 + 
    1.16 +/* colorpicker button */
    1.17 +
    1.18 +colorpicker[type="button"] {
    1.19 +  -moz-appearance: button;
    1.20 +  width: 38px;
    1.21 +  height: 24px;
    1.22 +}
    1.23 +
    1.24 +.colorpicker-button-colorbox {
    1.25 +  border: 1px solid #000000;
    1.26 +}
    1.27 +
    1.28 +/* ::::: colorpicker tiles ::::: */
    1.29 +
    1.30 +.colorpickertile {
    1.31 +  width: 20px;
    1.32 +  height: 20px;
    1.33 +  margin: 1px;
    1.34 +  border-left: 1px solid ThreeDShadow;
    1.35 +  border-top: 1px solid ThreeDShadow;
    1.36 +  border-right: 1px solid ThreeDHighlight;
    1.37 +  border-bottom: 1px solid ThreeDHighlight;
    1.38 +}
    1.39 +
    1.40 +.colorpickertile[selected="true"] {
    1.41 +  border: 2px outset #C0C0C0;
    1.42 +}
    1.43 +
    1.44 +.colorpickertile[hover="true"] {
    1.45 +  border: 2px dotted #FFFFFF;
    1.46 +}
    1.47 +
    1.48 +.cp-light[hover="true"] {
    1.49 +  border: 2px dotted #909090;
    1.50 +}

mercurial