less/roojs-bootstrap/money-field.less
[roojs1] / less / roojs-bootstrap / money-field.less
index 45c0b9c..dd828c5 100644 (file)
@@ -9,4 +9,21 @@
         padding-left: 0px;
     }
     
+    .roo-money-currency-input {
+        border-right: 0px;
+    }
+    
+    .input-group-addon {
+        background-color: transparent;
+        border-left: 0px;
+        border-right: 0px;
+        border-radius: 0px;
+    }
+    
+    .roo-money-amount-input {
+        border-top-left-radius: 0px;
+        border-bottom-left-radius: 0px;
+        text-align: right;
+    }
+    
 }
\ No newline at end of file