X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fspinbuttons.css;h=3c67a57eed0c93f45a387983628cb6b50f466ea6;hp=90afd27d4e0e8a6996d3194dc68dbf7e18cc4026;hb=f0c3317fc33ea1c50127a9f77d81659861a8e9e1;hpb=a12570b9df613c628ada41eac0bf14f642ecf578 diff --git a/LCARStrek/global/spinbuttons.css b/LCARStrek/global/spinbuttons.css index 90afd27d..3c67a57e 100644 --- a/LCARStrek/global/spinbuttons.css +++ b/LCARStrek/global/spinbuttons.css @@ -14,12 +14,12 @@ * The Original Code is "Classic" theme of mozilla.org code. * * The Initial Developer of the Original Code is - * the Mozilla Organization. - * Portions created by the Initial Developer are Copyright (C) 1998-2001 + * HÃ¥kan Waara + * Portions created by the Initial Developer are Copyright (C) 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): - * Hakan Waara (Original Author) + * HÃ¥kan Waara (Original Author) * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of @@ -44,8 +44,8 @@ spinbuttons { .spinbuttons-button { -moz-border-radius: 3px; - min-width: 11px; - min-height: 11px; + min-width: 9px; + min-height: 9px; margin: 0 !important; border: none; background-color: #000000; @@ -62,6 +62,7 @@ spinbuttons { padding: 0 !important; } +.spinbuttons-button:hover, .spinbuttons-button:hover:active { background-color: #FFCF00; } @@ -76,6 +77,7 @@ spinbuttons { background-repeat: no-repeat; } +.spinbuttons-up:hover, .spinbuttons-up:hover:active { background-image: url("chrome://global/skin/arrow/arrow-up-hover.gif"); } @@ -90,6 +92,7 @@ spinbuttons { background-repeat: no-repeat; } +.spinbuttons-down:hover, .spinbuttons-down:hover:active { background-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); }