From 139ed99934f39e13f2375c21bbeb44466f71af73 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 27 Nov 2017 13:55:38 +0800 Subject: [PATCH] less/roojs-bootstrap/combobox.less --- less/roojs-bootstrap/combobox.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/less/roojs-bootstrap/combobox.less b/less/roojs-bootstrap/combobox.less index a18b1b29ea..ccc6f4dde5 100644 --- a/less/roojs-bootstrap/combobox.less +++ b/less/roojs-bootstrap/combobox.less @@ -146,11 +146,11 @@ border-top-color: @brand-warning; //#C09853; } .control-group.success .combobox-container .add-on { - color: #468847; - border-color: #468847; + color: @brand-success; //#468847; + border-color: @brand-success; //#468847; } .control-group.success .combobox-container .caret { - border-top-color: #468847; + border-top-color: @brand-success; //#468847; } .btn .combobox-clear [class^="icon-"] { line-height: 1.4em; -- 2.39.2