update both themes for winstripe changes up to 2010-07-02
[themes.git] / LCARStrek / global / spinbuttons.css
index 90afd27d4e0e8a6996d3194dc68dbf7e18cc4026..3c67a57eed0c93f45a387983628cb6b50f466ea6 100644 (file)
  * 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 <KaiRo@KaiRo.at>
  *
  * 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");
 }