make about:memory nicer in both themes
[themes.git] / LCARStrek / global / numberbox.css
index 76cf4bc46d91befdc769632fc1b36ba22cc9758a..d210d4d9b3cad55ee13addefcff67e2df3efcbca 100644 (file)
@@ -13,7 +13,8 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is the Mozilla Corporation
+ * The Initial Developer of the Original Code is
+ *   the Mozilla Foundation
  * Portions created by the Initial Developer are Copyright (C) 2006
  * the Initial Developer. All Rights Reserved.
  *
@@ -52,7 +53,7 @@ html|*.numberbox-input {
 }
 
 .numberbox-input-box {
-  -moz-border-radius: 3px 0px 0px 3px;
+  border-radius: 3px 0px 0px 3px;
   -moz-box-align: center;
   cursor: text;
   border: 1px solid #9C9CFF;
@@ -62,8 +63,13 @@ html|*.numberbox-input {
   color: #E7ADE7;
 }
 
+.numberbox-input-box[hidespinbuttons="true"] {
+  border-radius: 3px;
+  border-right-width: 1px;
+}
+
 textbox[type="number"] > spinbuttons {
-  -moz-border-radius: 0px 3px 3px 0px;
+  border-radius: 0px 3px 3px 0px;
   border: 1px solid #9C9CFF;
   border-left-width: 0px;
 }