Tweak Icon Hovers

Consistency Improvement: Add coverage to a few icon hovers that aren't included in Trilium base CSS selectors.
This commit is contained in:
Cody Williams
2022-02-04 14:51:22 -08:00
parent 8f6d26d34b
commit 96a838692a

View File

@@ -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);