From 96a838692a26224f3e5554843d4991ab60a8aeae Mon Sep 17 00:00:00 2001 From: Cody Williams Date: Fri, 4 Feb 2022 14:51:22 -0800 Subject: [PATCH] Tweak Icon Hovers Consistency Improvement: Add coverage to a few icon hovers that aren't included in Trilium base CSS selectors. --- midnight.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/midnight.css b/midnight.css index f1b865b..6e8248a 100644 --- a/midnight.css +++ b/midnight.css @@ -139,6 +139,7 @@ body .global-menu-button { /* hover */ .tree-floating-button:hover { background-color:#0784b5 !important; + color: #FFF !important; } /* backlinks menu */ @@ -148,6 +149,16 @@ body .global-menu-button { border: 1px solid #FFF !important; } +/* launcher pane */ +/* icon hover */ +#launcher-pane .button-widget:hover { + color: #FFF !important; +} +/* icons not caught by above rule */ +#launcher-pane .right-dropdown-widget button:hover { + color: #FFF !important; +} + /* fix main left bar calendar picker */ body ::-webkit-calendar-picker-indicator { filter: invert(1);