summaryrefslogtreecommitdiff
path: root/themes/light.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-28 14:34:48 +0300
committerAndrew Dolgov <[email protected]>2020-02-28 14:34:48 +0300
commit76c8b318e551ef5b4093a78a4bb13985ff8e3c4a (patch)
tree297456d9916789ab8f493837ff8ec55ce068c248 /themes/light.css
parent0875dc332efb6741e1610e1fb614ba394886ca72 (diff)
set all tooltip colors via less variables
Diffstat (limited to 'themes/light.css')
-rw-r--r--themes/light.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/light.css b/themes/light.css
index f8f8b65ce..b7df54526 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -865,6 +865,22 @@ body.ttrss_main #feedEditDlg img.feedIcon {
height: auto;
width: auto;
}
+body.ttrss_main .dijitTooltipContents {
+ background: #1c5c7d;
+ color: #f5f5f5;
+}
+body.ttrss_main .dijitTooltipRight .dijitTooltipConnector {
+ border-right-color: #1c5c7d;
+}
+body.ttrss_main .dijitTooltipLeft .dijitTooltipConnector {
+ border-left-color: #1c5c7d;
+}
+body.ttrss_main .dijitTooltipBelow .dijitTooltipConnector {
+ border-bottom-color: #1c5c7d;
+}
+body.ttrss_main .dijitTooltipAbove .dijitTooltipConnector {
+ border-top-color: #1c5c7d;
+}
body.ttrss_main .dijitDialog h1:first-of-type,
body.ttrss_main .dijitDialog h2:first-of-type,
body.ttrss_main .dijitDialog h3:first-of-type,