X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=less%2Froojs-bootstrap%2Fmoney-field.less;h=4f5fd91ed4467bb4a2a5fd40ab3e44bac63bc60e;hb=a76fa90e42fd0929ad26e1dcca14177581722064;hp=0eace1a7853256418505c1ce50beb9d8454e3516;hpb=06b78e60c0c058b688486c6fc807c001959b45a0;p=roojs1 diff --git a/less/roojs-bootstrap/money-field.less b/less/roojs-bootstrap/money-field.less index 0eace1a785..4f5fd91ed4 100644 --- a/less/roojs-bootstrap/money-field.less +++ b/less/roojs-bootstrap/money-field.less @@ -26,19 +26,19 @@ 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