mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-07 15:19:15 +00:00
update css for disabled filters; remove strikethrough
This commit is contained in:
@@ -1782,9 +1782,11 @@ body#sharepopup input {
|
||||
float: right;
|
||||
margin-right: 16px;
|
||||
}
|
||||
.flat .dijitTree .labelParam.filterDisabled,
|
||||
.flat .dijitTree .dijitTreeLabel.filterDisabled {
|
||||
text-decoration: line-through;
|
||||
.flat .dijitTree .dijitTreeRow.filterDisabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.flat .dijitTree .dijitTreeRow.filterDisabled .filterRules {
|
||||
filter: saturate(0%);
|
||||
}
|
||||
.flat .dijitTree .feedParam {
|
||||
float: right;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user