diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-06-07 17:24:44 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-06-07 17:24:44 +0300 |
commit | 2439a42bc144b91a6fda280f38ad5eaee73a46e8 (patch) | |
tree | 8481a3f25d1e6286f6125b65600a5854126d86be /interface/css/rspamd.css | |
parent | 1a5d3a27d7fffd575816d6efa6965c5702bf4171 (diff) | |
download | rspamd-2439a42bc144b91a6fda280f38ad5eaee73a46e8.tar.gz rspamd-2439a42bc144b91a6fda280f38ad5eaee73a46e8.zip |
[WebUI] Add "Test selectors" tab
Diffstat (limited to 'interface/css/rspamd.css')
-rw-r--r-- | interface/css/rspamd.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index a23c5d135..eb5f2af1a 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -561,3 +561,11 @@ input.radio { #nprogress .bar { height: 1px; } + +/* Form element background for validation states */ +.has-error .form-control { + background-color: #fbe9e5; +} +.has-success .form-control { + background-color: #eef9e7; +} |