first steps on synching EarlyBlue with trunk *stripe (global files starting with...
[themes.git] / EarlyBlue / global / numberbox.css
index 353ffb4badc1264ff2b8cb5ed0ea4aa9043ff997..eceb6ed126ccf8a654177577135787bf6b1fe951 100644 (file)
@@ -43,6 +43,7 @@
 
 textbox[type="number"] {
   padding: 0 !important;
+  border: none;
   cursor: default;
 }
 
@@ -52,5 +53,10 @@ html|*.numberbox-input {
 
 .numberbox-input-box {
   -moz-box-align: center;
+  cursor: text;
+  margin-right: -1px;
+  border: 1px inset #CCD0DD;
+  padding: 1px;
+  background-color: #FFFFFF;
+  color: #000000;
 }
-