X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fspinbuttons.css;h=12ed97a0771f7442500a108efac3a384ff4346db;hp=4439c705809a901db2d8715f762bb3bdc3d51730;hb=86609099c5905442cd908d7e7309c9551e1102f1;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/global/spinbuttons.css b/EarlyBlue/global/spinbuttons.css index 4439c705..12ed97a0 100644 --- a/EarlyBlue/global/spinbuttons.css +++ b/EarlyBlue/global/spinbuttons.css @@ -38,18 +38,52 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -.up { - list-style-image: url("chrome://global/skin/spinbutton/spinbtn-up.gif") +spinbuttons { + cursor: default; } -.up:hover:active { - list-style-image: url("chrome://global/skin/spinbutton/spinbtn-up-act.gif") +.spinbuttons-button { + min-width: 11px; + min-height: 11px; + margin: 0 !important; + border: 1px outset #CCD0DD; + background-color: #CCD0DD; } -.down { - list-style-image: url("chrome://global/skin/spinbutton/spinbtn-dn.gif") +.spinbuttons-button > .button-box { + border: 0; + padding: 0; + margin: 0; } -.down:hover:active { - list-style-image: url("chrome://global/skin/spinbutton/spinbtn-dn-act.gif") +.spinbuttons-button[disabled="true"] > .button-box { + padding: 0 !important; +} + +.spinbuttons-button:hover:active { + border: 1px inset #CCD0DD; +} + +.spinbuttons-button[disabled="true"] { + border: 1px outset #CCD0DD; +} + +.spinbuttons-up { + background-image: url("chrome://global/skin/arrow/arrow-up.gif"); + background-position: center center; + background-repeat: no-repeat; +} + +.spinbuttons-up[disabled="true"] { + background-image: url("chrome://global/skin/arrow/arrow-up-disabled.gif"); +} + +.spinbuttons-down { + background-image: url("chrome://global/skin/arrow/arrow-down.gif"); + background-position: center center; + background-repeat: no-repeat; +} + +.spinbuttons-down[disabled="true"] { + background-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif"); }