mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-08 06:21:00 +01:00
night.css: add missing in theme special styling for dijit select on toolbar
This commit is contained in:
parent
44df366ede
commit
fa5bb07019
@ -1983,6 +1983,14 @@ body.flat.ttrss_main #content-insert .post .header {
|
|||||||
background: #222222;
|
background: #222222;
|
||||||
border-color: #222222;
|
border-color: #222222;
|
||||||
}
|
}
|
||||||
|
body.flat.ttrss_main .dijitToolbar .dijitSelect .dijitButtonContents,
|
||||||
|
body.flat.ttrss_main .dijitToolbar .dijitSelect .dijitButtonNode {
|
||||||
|
transition: background-color 0.3s linear;
|
||||||
|
}
|
||||||
|
body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonContents,
|
||||||
|
body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonNode {
|
||||||
|
background-color: #222222;
|
||||||
|
}
|
||||||
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
|
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
background: #222222;
|
background: #222222;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -163,6 +163,20 @@ body.flat.ttrss_main {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dijitToolbar {
|
||||||
|
.dijitSelect {
|
||||||
|
.dijitButtonContents, .dijitButtonNode {
|
||||||
|
transition: background-color 0.3s linear;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.dijitSelect:not(.dijitHover) {
|
||||||
|
.dijitButtonContents, .dijitButtonNode {
|
||||||
|
background-color: @bg-panel;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.dijitCheckBox:not(.dijitChecked)::before {
|
.dijitCheckBox:not(.dijitChecked)::before {
|
||||||
color : @fg-insensitive;
|
color : @fg-insensitive;
|
||||||
background: @bg-panel;
|
background: @bg-panel;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user