less/roojs-bootstrap/money-field.less
authoredward <edward@roojs.com>
Tue, 24 Apr 2018 10:47:25 +0000 (18:47 +0800)
committeredward <edward@roojs.com>
Tue, 24 Apr 2018 10:47:25 +0000 (18:47 +0800)
less/roojs-bootstrap/money-field.less

index 97a4899..4f3f93b 100644 (file)
@@ -36,9 +36,9 @@
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px @state-warning-text;
     }
     
-    .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;
+    .has-error .roo-money-currency .input-group-addon {
+        border-color: @state-danger-text;
+        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px @state-danger-text;
     }
     
 }
\ No newline at end of file