summaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2019-04-06 20:47:52 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2019-04-06 20:59:31 +0300
commitfbffe544a6775f14d682847833b88eb3680e2dfd (patch)
tree8c2b7e5ae68fe1175a7fa0828b0b36e1adddb89b /interface
parentc61885aa0477f4243bd5206d397d506148d481d5 (diff)
downloadrspamd-fbffe544a6775f14d682847833b88eb3680e2dfd.tar.gz
rspamd-fbffe544a6775f14d682847833b88eb3680e2dfd.zip
[Test] Add stylelint checks for CSS
and embedded styles
Diffstat (limited to 'interface')
-rw-r--r--interface/css/rspamd.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css
index 7615b326f..bc43668fe 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -214,6 +214,7 @@ table#symbolsTable input[type="number"] {
background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
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 */
border-bottom: 1px solid #cdcdcd;
height: 36px;