some small improvements to the inspector toolbar
[themes.git] / LCARStrek / global / numberbox.css
index 3a1a2c2ec1e1dcf759be79013f6ec13a9489a793..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;
@@ -63,12 +64,12 @@ html|*.numberbox-input {
 }
 
 .numberbox-input-box[hidespinbuttons="true"] {
-  -moz-border-radius: 3px;
+  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;
 }