diff --git a/administrator/templates/isis/css/template-rtl.css b/administrator/templates/isis/css/template-rtl.css index e2899318caa9e..c93cdf6c15cb5 100644 --- a/administrator/templates/isis/css/template-rtl.css +++ b/administrator/templates/isis/css/template-rtl.css @@ -7239,6 +7239,26 @@ h6 { .chzn-color.chzn-single[rel="value_show_with_link"].active { background-color: #46a546; } +.chzn-color-state.chzn-single[rel="value_0"] { + background-color: #bd362f; + *background-color: #bd362f; + box-shadow: 0 1px 2px rgba(0,0,0,0.05); + color: #ffffff; +} +.chzn-color-state.chzn-single[rel="value_0"]:hover, +.chzn-color-state.chzn-single[rel="value_0"]:focus, +.chzn-color-state.chzn-single[rel="value_0"]:active, +.chzn-color-state.chzn-single[rel="value_0"].active, +.chzn-color-state.chzn-single[rel="value_0"].disabled, +.chzn-color-state.chzn-single[rel="value_0"][disabled] { + color: #fff; + background-color: #802420; + *background-color: #802420; +} +.chzn-color-state.chzn-single[rel="value_0"]:active, +.chzn-color-state.chzn-single[rel="value_0"].active { + background-color: #bd362f; +} .CodeMirror { height: calc(100vh - 400px); min-height: 400px; diff --git a/administrator/templates/isis/css/template.css b/administrator/templates/isis/css/template.css index ff60102bc85a3..4e9433eea6011 100644 --- a/administrator/templates/isis/css/template.css +++ b/administrator/templates/isis/css/template.css @@ -7239,6 +7239,26 @@ h6 { .chzn-color.chzn-single[rel="value_show_with_link"].active { background-color: #46a546; } +.chzn-color-state.chzn-single[rel="value_0"] { + background-color: #bd362f; + *background-color: #bd362f; + box-shadow: 0 1px 2px rgba(0,0,0,0.05); + color: #ffffff; +} +.chzn-color-state.chzn-single[rel="value_0"]:hover, +.chzn-color-state.chzn-single[rel="value_0"]:focus, +.chzn-color-state.chzn-single[rel="value_0"]:active, +.chzn-color-state.chzn-single[rel="value_0"].active, +.chzn-color-state.chzn-single[rel="value_0"].disabled, +.chzn-color-state.chzn-single[rel="value_0"][disabled] { + color: #fff; + background-color: #802420; + *background-color: #802420; +} +.chzn-color-state.chzn-single[rel="value_0"]:active, +.chzn-color-state.chzn-single[rel="value_0"].active { + background-color: #bd362f; +} .CodeMirror { height: calc(100vh - 400px); min-height: 400px; diff --git a/administrator/templates/isis/less/blocks/_chzn-override.less b/administrator/templates/isis/less/blocks/_chzn-override.less index 3225af8f93a60..be0036b8557b2 100644 --- a/administrator/templates/isis/less/blocks/_chzn-override.less +++ b/administrator/templates/isis/less/blocks/_chzn-override.less @@ -191,3 +191,8 @@ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); color: #ffffff; } +.chzn-color-state.chzn-single[rel="value_0"] { + .buttonBackground(@btnDangerBackground, @btnDangerBackgroundHighlight); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); + color: #ffffff; +}