diff --git a/Thermo.Active/wwwroot/assets/styles/base/buttons.less b/Thermo.Active/wwwroot/assets/styles/base/buttons.less index be5be3df..aae846df 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/buttons.less +++ b/Thermo.Active/wwwroot/assets/styles/base/buttons.less @@ -378,8 +378,9 @@ fieldset[disabled] .form-group.is-focused .togglebutton label { margin-left: 5px; &.error { - background-color: rgba(255, 0, 0, .7); + background-color: rgba(255, 0, 0, .7) !important; color: #222; + background-image: none !important; } } diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 3b0a5eda..92b4987c 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -6001,8 +6001,9 @@ fieldset[disabled] .form-group.is-focused .togglebutton label { margin-left: 5px; } .togglebutton label .toggle.error { - background-color: rgba(255, 0, 0, 0.7); + background-color: rgba(255, 0, 0, 0.7) !important; color: #222; + background-image: none !important; } .togglebutton label .toggle, .togglebutton label input[type=checkbox][disabled] + .toggle {