mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 04:29:20 +00:00
night.css: add missing in theme special styling for dijit select on toolbar
This commit is contained in:
@@ -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 {
|
||||
color : @fg-insensitive;
|
||||
background: @bg-panel;
|
||||
|
||||
Reference in New Issue
Block a user