From: edward Date: Tue, 24 Apr 2018 10:48:39 +0000 (+0800) Subject: less/roojs-bootstrap/money-field.less X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=cb661230d48237dcb71d50007e694f769cf9415c less/roojs-bootstrap/money-field.less --- diff --git a/less/roojs-bootstrap/money-field.less b/less/roojs-bootstrap/money-field.less index 4f3f93b143..0eace1a785 100644 --- a/less/roojs-bootstrap/money-field.less +++ b/less/roojs-bootstrap/money-field.less @@ -26,17 +26,17 @@ text-align: right; } - .has-success .roo-money-currency .input-group-addon { + .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 .input-group-addon { + .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 .input-group-addon { + .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; }