From e2c9b49fa37bd5c2b25b729fb3a18ef38ec7914d Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 24 Apr 2018 18:42:36 +0800 Subject: [PATCH] less/roojs-bootstrap/money-field.less --- less/roojs-bootstrap/money-field.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/less/roojs-bootstrap/money-field.less b/less/roojs-bootstrap/money-field.less index 15440e577a..97a48993f4 100644 --- a/less/roojs-bootstrap/money-field.less +++ b/less/roojs-bootstrap/money-field.less @@ -31,9 +31,9 @@ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px @state-success-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-warning .roo-money-currency .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-success .roo-money-currency .input-group-addon { -- 2.39.2