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

index 0eace1a..4f5fd91 100644 (file)
         text-align: right;
     }
     
-    .has-success .roo-money-currency .roo-select2-container .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-warning .roo-money-currency .roo-select2-container .input-group-addon {
-        border-color: @state-warning-text;
-        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px @state-warning-text;
-    }
-    
-    .has-error .roo-money-currency .roo-select2-container .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;
-    }
-    
+}
+
+.has-success .roo-money-currency .roo-select2-container .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-warning .roo-money-currency .roo-select2-container .input-group-addon {
+    border-color: @state-warning-text;
+    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px @state-warning-text;
+}
+
+.has-error .roo-money-currency .roo-select2-container .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