number boxes with hidden spinboxes have no riught border
[themes.git] / LCARStrek / global / numberbox.css
index 76cf4bc46d91befdc769632fc1b36ba22cc9758a..3a1a2c2ec1e1dcf759be79013f6ec13a9489a793 100644 (file)
@@ -62,6 +62,11 @@ html|*.numberbox-input {
   color: #E7ADE7;
 }
 
+.numberbox-input-box[hidespinbuttons="true"] {
+  -moz-border-radius: 3px;
+  border-right-width: 1px;
+}
+
 textbox[type="number"] > spinbuttons {
   -moz-border-radius: 0px 3px 3px 0px;
   border: 1px solid #9C9CFF;