1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 23:51:29 +00:00

update css for disabled filters; remove strikethrough

This commit is contained in:
Andrew Dolgov
2018-12-08 15:49:52 +03:00
parent 8822134685
commit 4887db9820
6 changed files with 22 additions and 17 deletions

View File

@@ -74,14 +74,18 @@
position : relative;
top : -2px;
}
.labelParam {
float: right;
margin-right: 16px;
}
.labelParam.filterDisabled,
.dijitTreeLabel.filterDisabled {
text-decoration : line-through;
.dijitTreeRow.filterDisabled {
opacity : 0.5;
.filterRules {
filter : saturate(0%);
}
}
.feedParam {