make popup notifications and arrow panels work and look better
[themes.git] / EarlyBlue / global / spinbuttons.css
index b672db9d5bdcb0c5bc8dcded3ec51b537a29bab3..2354176ccf43839fb8785ded22a09587b65cb5e2 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
@@ -43,8 +43,8 @@ spinbuttons {
 }
 
 .spinbuttons-button {
-  min-width: 11px;
-  min-height: 11px;
+  min-width: 9px;
+  min-height: 9px;
   margin: 0 !important;
   border: 1px outset #CCD0DD;
   background-color: #CCD0DD;
@@ -74,7 +74,7 @@ spinbuttons {
   background-repeat: no-repeat;
 }
 
-.spinbuttons-up:hover:active {
+.spinbuttons-up[disabled="true"] {
   background-image: url("chrome://global/skin/arrow/arrow-up-disabled.gif");
 }