mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 19:21:30 +00:00
night.css: fix active tab hover color
This commit is contained in:
@@ -1840,16 +1840,14 @@ body#sharepopup input {
|
|||||||
}
|
}
|
||||||
.flat .dijitTree .labelParam {
|
.flat .dijitTree .labelParam {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 1em;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
.flat .dijitTree .labelParam.filterDisabled,
|
.flat .dijitTree .labelParam.filterDisabled,
|
||||||
.flat .dijitTree .dijitTreeLabel.filterDisabled {
|
.flat .dijitTree .dijitTreeLabel.filterDisabled {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
.flat .dijitTree .feedParam {
|
.flat .dijitTree .feedParam {
|
||||||
color: #555555;
|
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 1em;
|
|
||||||
}
|
}
|
||||||
.flat .dijitTree .filterRules {
|
.flat .dijitTree .filterRules {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -72,7 +72,7 @@
|
|||||||
}
|
}
|
||||||
.labelParam {
|
.labelParam {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 1em;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.labelParam.filterDisabled,
|
.labelParam.filterDisabled,
|
||||||
@@ -81,9 +81,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.feedParam {
|
.feedParam {
|
||||||
color: @default-text;
|
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.filterRules {
|
.filterRules {
|
||||||
|
|||||||
@@ -1840,16 +1840,14 @@ body#sharepopup input {
|
|||||||
}
|
}
|
||||||
.flat .dijitTree .labelParam {
|
.flat .dijitTree .labelParam {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 1em;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
.flat .dijitTree .labelParam.filterDisabled,
|
.flat .dijitTree .labelParam.filterDisabled,
|
||||||
.flat .dijitTree .dijitTreeLabel.filterDisabled {
|
.flat .dijitTree .dijitTreeLabel.filterDisabled {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
.flat .dijitTree .feedParam {
|
.flat .dijitTree .feedParam {
|
||||||
color: #555555;
|
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 1em;
|
|
||||||
}
|
}
|
||||||
.flat .dijitTree .filterRules {
|
.flat .dijitTree .filterRules {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -1905,6 +1903,10 @@ body.flat.ttrss_main.ttrss_prefs #footer {
|
|||||||
body.flat.ttrss_main.ttrss_prefs #footer a {
|
body.flat.ttrss_main.ttrss_prefs #footer a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
body.flat.ttrss_main.ttrss_prefs td.filename,
|
||||||
|
body.flat.ttrss_main.ttrss_prefs div.prefHelp {
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
body.flat.ttrss_main {
|
body.flat.ttrss_main {
|
||||||
color: #cccccc;
|
color: #cccccc;
|
||||||
}
|
}
|
||||||
@@ -1976,7 +1978,7 @@ body.flat.ttrss_main #content-insert .post .header {
|
|||||||
border-color: #222222;
|
border-color: #222222;
|
||||||
}
|
}
|
||||||
body.flat.ttrss_main .insensitive {
|
body.flat.ttrss_main .insensitive {
|
||||||
color: #cccccc;
|
color: #999999;
|
||||||
}
|
}
|
||||||
body.flat.ttrss_main .dijitAccordionInnerContainerSelected .dijitAccordionTitle {
|
body.flat.ttrss_main .dijitAccordionInnerContainerSelected .dijitAccordionTitle {
|
||||||
color: white;
|
color: white;
|
||||||
@@ -1987,6 +1989,9 @@ body.flat.ttrss_main .dijitDialog .dijitDialogPaneContent {
|
|||||||
body.flat.ttrss_main .dijitTab:not(.dijitTabChecked) {
|
body.flat.ttrss_main .dijitTab:not(.dijitTabChecked) {
|
||||||
background: #222222;
|
background: #222222;
|
||||||
}
|
}
|
||||||
|
body.flat.ttrss_main .dijitTab.dijitTabChecked.dijitTabHover {
|
||||||
|
color: #cccccc;
|
||||||
|
}
|
||||||
body.flat.ttrss_main textarea {
|
body.flat.ttrss_main textarea {
|
||||||
color: #cccccc;
|
color: #cccccc;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -6,6 +6,7 @@
|
|||||||
@border-dark : #222;
|
@border-dark : #222;
|
||||||
@bg-panel : #222;
|
@bg-panel : #222;
|
||||||
@fg-main: #ccc;
|
@fg-main: #ccc;
|
||||||
|
@fg-insensitive: darken(@fg-main, 20%);
|
||||||
@fg-light : #ccc;
|
@fg-light : #ccc;
|
||||||
@bg-active: #2a89bc;
|
@bg-active: #2a89bc;
|
||||||
|
|
||||||
@@ -17,6 +18,11 @@ body.flat.ttrss_main.ttrss_prefs {
|
|||||||
#footer a {
|
#footer a {
|
||||||
color : #fff;
|
color : #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.filename,
|
||||||
|
div.prefHelp {
|
||||||
|
color : @fg-insensitive;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body.flat.ttrss_main {
|
body.flat.ttrss_main {
|
||||||
@@ -110,7 +116,7 @@ body.flat.ttrss_main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.insensitive {
|
.insensitive {
|
||||||
color : @fg-light;
|
color : @fg-insensitive;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dijitAccordionInnerContainerSelected .dijitAccordionTitle {
|
.dijitAccordionInnerContainerSelected .dijitAccordionTitle {
|
||||||
@@ -125,6 +131,10 @@ body.flat.ttrss_main {
|
|||||||
background : @bg-panel;
|
background : @bg-panel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dijitTab.dijitTabChecked.dijitTabHover {
|
||||||
|
color : @fg-light;
|
||||||
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
color : @fg-light;
|
color : @fg-light;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user