summaryrefslogtreecommitdiffstats
path: root/client/components/settings/settingBody.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/settings/settingBody.styl')
-rw-r--r--client/components/settings/settingBody.styl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/settings/settingBody.styl b/client/components/settings/settingBody.styl
index dbf91a6c..b9300782 100644
--- a/client/components/settings/settingBody.styl
+++ b/client/components/settings/settingBody.styl
@@ -105,14 +105,14 @@
.bg-white
background #f9fbfc;
-.form-control.has-error
+.wekan-form-control.has-error
border-color: #a94442;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
li.has-error
color #a94442
.form-group
- .form-control
+ .wekan-form-control
border-color: #a94442;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);