From 4f0916b81a495605ddd7a5da5f6997aef1fa6852 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 27 Nov 2017 12:26:00 +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 5b26135d7a..467b8198d5 100644 --- a/less/roojs-bootstrap/combobox.less +++ b/less/roojs-bootstrap/combobox.less @@ -44,15 +44,15 @@ text-align: center; text-shadow: 0 1px 0 @white; background-color: @gray-lighter; - border: 1px solid @gray-lighter; + border: 1px solid @gray-light; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .combobox-container .active { - background-color: #3875d7; - color: #fff; + background-color: @brand-primary; + color: @white; } .combobox-container input, .combobox-container .uneditable-input { -- 2.39.2