X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fcolorpicker.css;h=f85cae23e28cf3cf46dde7aff55f3c14ca3f1c93;hp=bc42c75a896afdd4fd9408d431962f8f2cbcea2f;hb=76c1877e1d85ee27ea6e5da23923778a69442d78;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0 diff --git a/LCARStrek/global/colorpicker.css b/LCARStrek/global/colorpicker.css index bc42c75a..f85cae23 100644 --- a/LCARStrek/global/colorpicker.css +++ b/LCARStrek/global/colorpicker.css @@ -35,18 +35,18 @@ * * ***** END LICENSE BLOCK ***** */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - /* ===== colorpicker.css ================================================ == Styles used by the XUL colorpicker element. ======================================================================= */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + /* ::::: colorpicker button ::::: */ colorpicker[type="button"] { width: 34px; height: 20px; - -moz-border-radius: 3px; + border-radius: 3px; border: 1px solid #9C9CFF; padding: 3px; } @@ -71,7 +71,7 @@ colorpicker[type="button"][open="true"] > .colorpicker-button-internal-box { width: 20px; height: 20px; margin: 1px; - -moz-border-radius: 3px; + border-radius: 3px; border : 1px solid #9C9CFF; }