X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Fstatic%2Fqcg%2Fselectize%2Fselectize.bootstrap3.css;h=b898ef6011c6f7c2e4767a6d3f3923396ba7fbf8;hb=2e9ac76d9077819ede2eb7f2077cd7e364aa16dc;hp=6f981c6b55fc63b89d4babfad5cd266a8357e32c;hpb=40d194a315203c34f275a31df74f3498f1d50bf7;p=qcg-portal.git diff --git a/qcg/static/qcg/selectize/selectize.bootstrap3.css b/qcg/static/qcg/selectize/selectize.bootstrap3.css index 6f981c6..b898ef6 100644 --- a/qcg/static/qcg/selectize/selectize.bootstrap3.css +++ b/qcg/static/qcg/selectize/selectize.bootstrap3.css @@ -137,8 +137,8 @@ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - -webkit-box-shadow: none; - box-shadow: none; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; @@ -369,6 +369,16 @@ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } +.has-success .selectize-input { + border-color: #3c763d; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); +} +.has-success .selectize-input.focus { + border-color: #2b542c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; +} .has-error .selectize-input { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); @@ -390,7 +400,7 @@ } .form-control.selectize-control { padding: 0; - /*height: auto;*/ + height: auto; border: none; background: none; -webkit-box-shadow: none;