mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
night.css: fix active tab hover color
This commit is contained in:
@@ -1840,16 +1840,14 @@ body#sharepopup input {
|
||||
}
|
||||
.flat .dijitTree .labelParam {
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
margin-right: 16px;
|
||||
}
|
||||
.flat .dijitTree .labelParam.filterDisabled,
|
||||
.flat .dijitTree .dijitTreeLabel.filterDisabled {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.flat .dijitTree .feedParam {
|
||||
color: #555555;
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.flat .dijitTree .filterRules {
|
||||
display: block;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -72,7 +72,7 @@
|
||||
}
|
||||
.labelParam {
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.labelParam.filterDisabled,
|
||||
@@ -81,9 +81,7 @@
|
||||
}
|
||||
|
||||
.feedParam {
|
||||
color: @default-text;
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.filterRules {
|
||||
|
||||
Reference in New Issue
Block a user