summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 05:17:50 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 05:17:50 +0300
commitfa5bb070199da2b67eeb03dfbe73574b91182bfd (patch)
tree201e85c92b046ab7d9e728279d6526908df1adb8 /themes/night.less
parent44df366ede93e2dfd5806eb3931113bf89c9e501 (diff)
night.css: add missing in theme special styling for dijit select on toolbar
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/night.less b/themes/night.less
index 9e0e4c231..68d5a14c8 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -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;