mirror of
https://github.com/cwilliams5/Midnight-Trilium-Dark-Mode.git
synced 2025-09-10 09:18:28 -04:00
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:
11
midnight.css
11
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);
|
||||
|
Reference in New Issue
Block a user