summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-27 16:53:24 +0300
committerAndrew Dolgov <[email protected]>2021-01-27 16:53:24 +0300
commit64f7ac0e74011389b5f7c2c8a8ad4f8089765ccd (patch)
treefc88b609b059ad3b0a77d6bc565d00ee1504bd4e /themes
parent607ecab31effb4caa403d28ca94fb680c54b352d (diff)
dark theme: fix color of .dijitSplitterHover
Diffstat (limited to 'themes')
-rw-r--r--themes/compact_night.css3
-rw-r--r--themes/night.css3
-rw-r--r--themes/night_base.less4
-rw-r--r--themes/night_blue.css3
4 files changed, 13 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index be0c248f3..07e61fafa 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -2033,6 +2033,9 @@ body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonCon
body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonNode {
background-color: #222;
}
+body.flat.ttrss_main .dijitSplitterHover {
+ background-color: rgba(255, 255, 255, 0.25);
+}
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
color: #999999;
background: #222;
diff --git a/themes/night.css b/themes/night.css
index 239f3af9c..6870ab634 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -2034,6 +2034,9 @@ body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonCon
body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonNode {
background-color: #222;
}
+body.flat.ttrss_main .dijitSplitterHover {
+ background-color: rgba(255, 255, 255, 0.25);
+}
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
color: #999999;
background: #222;
diff --git a/themes/night_base.less b/themes/night_base.less
index 0dff7d191..e1dad7528 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -200,6 +200,10 @@ body.flat.ttrss_main {
}
}
+ .dijitSplitterHover {
+ background-color : rgba(255, 255, 255, 0.25);
+ }
+
.dijitCheckBox:not(.dijitChecked)::before {
color : @fg-text-muted;
background: @color-panel-bg;
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 5b11648bf..d66bcea5f 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -2034,6 +2034,9 @@ body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonCon
body.flat.ttrss_main .dijitToolbar .dijitSelect:not(.dijitHover) .dijitButtonNode {
background-color: #222;
}
+body.flat.ttrss_main .dijitSplitterHover {
+ background-color: rgba(255, 255, 255, 0.25);
+}
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
color: #999999;
background: #222;