diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-07-04 18:56:48 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-07-04 18:56:48 +0300 |
commit | a071c976388da3a07020e93b147e08b36775f72a (patch) | |
tree | 15358c2dfa235b61afc1ed6eb9de58593ab2d920 /interface/css/rspamd.css | |
parent | 5776fef955347d53941cbc6c8711cf7895af86a6 (diff) | |
download | rspamd-a071c976388da3a07020e93b147e08b36775f72a.tar.gz rspamd-a071c976388da3a07020e93b147e08b36775f72a.zip |
[minor] Update WebUI modals
Diffstat (limited to 'interface/css/rspamd.css')
-rw-r--r-- | interface/css/rspamd.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 5c925753c..c661c2ad1 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -217,6 +217,8 @@ table#symbolsTable input[type="number"] { background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%); /* stylelint-disable-next-line function-name-case */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */ +} +.card-header { height: 36px; } .card-header h6 { @@ -286,15 +288,6 @@ table#symbolsTable input[type="number"] { .nopadding { padding: 0 !important; } -.modal-header { - height: auto; - padding: 8px 15px 5px; -} -.modal-header h3 { - margin: 7px; - font-size: 12px; - text-shadow: 0 1px 0 #ffffff; -} /* Symbols coloring */ .symbol-default { |