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