less/roojs-bootstrap/money-field.less
[roojs1] / less / roojs-bootstrap / money-field.less
index 03b2b87..ea05415 100644 (file)
     .roo-money-amount-input {
         border-top-left-radius: 0px;
         border-bottom-left-radius: 0px;
+        text-align: right;
+    }
+    
+    .has-success .roo-money-currency .input-group-addon {
+        border-color: @state-success-text;
+        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px @state-success-text;
     }
     
 }
\ No newline at end of file