From f2fa27889b4f2bb07563584163ee97dc7a3cb832 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 28 Nov 2017 13:08:42 +0800 Subject: [PATCH] less/roojs-bootstrap/combobox.less less/roojs-bootstrap/variables.less --- less/roojs-bootstrap/combobox.less | 6 +++--- less/roojs-bootstrap/variables.less | 13 ------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/less/roojs-bootstrap/combobox.less b/less/roojs-bootstrap/combobox.less index 57b7424630..308f554b65 100644 --- a/less/roojs-bootstrap/combobox.less +++ b/less/roojs-bootstrap/combobox.less @@ -132,11 +132,11 @@ overflow-y: auto; } .control-group.error .combobox-container .add-on { - color: @danger-darker-14; //#B94A48; - border-color: @danger-darker-14; //#B94A48; + color: @brand-danger; //#B94A48; + border-color: @brand-danger; //#B94A48; } .control-group.error .combobox-container .caret { - border-top-color: @danger-darker-14; //#B94A48; + border-top-color: @brand-danger; //#B94A48; } .control-group.warning .combobox-container .add-on { color: @brand-warning; //#C09853; diff --git a/less/roojs-bootstrap/variables.less b/less/roojs-bootstrap/variables.less index fa41a1dbf8..966acad5d5 100644 --- a/less/roojs-bootstrap/variables.less +++ b/less/roojs-bootstrap/variables.less @@ -2,16 +2,3 @@ @black-opacity-20: fade(@gray-base, 20%); @black-opacity-50: fade(@gray-base, 50%); @black-opacity-80: fade(@gray-base, 80%); - -@gray-light: lighten(@gray-base, 75%); // #bfbfbf -@gray-light: lighten(@gray-base, 80%); // #cccccc -@gray-light: lighten(@gray-base, 86.5%); // #dddddd -@gray-light: lighten(@gray-base, 90%); // #e6e6e6 -@gray-light: lighten(@gray-base, 96.5%); // #f6f6f6 - -@warning-lighter-33: lighten(@brand-warning, 33%); // #fdf5e9 -@warning-darker-33: darken(@brand-warning, 33%); // #8a560c - -@info-lighter-33: lighten(@brand-info, 33%); // #bde6f2 - -@danger-darker-14: darken(@brand-danger, 14%); // #b92c28 -- 2.39.2