less/roojs-bootstrap/money-field.less
[roojs1] / less / roojs-bootstrap / money-field.less
index 64afdba..09223a2 100644 (file)
@@ -15,6 +15,7 @@
     
     .input-group-addon {
         background-color: transparent;
+        border-color: white;
         border-left: 0px;
         border-right: 0px;
         border-radius: 0px;
@@ -22,5 +23,7 @@
     
     .roo-money-amount-input {
         border-left: 0px;
+        border-top-left-radius: 0px;
+        border-bottom-left-radius: 0px;
     }
 }
\ No newline at end of file