Whisker Menu Fix

This just fixes the outline color for hovered categories.
This commit is contained in:
EMH-Mark-I 2020-04-15 18:04:52 -05:00
parent 87f6c3abba
commit f4c05e5cdf
2 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,8 @@ the whisker menu without having to correct their pointer location. */
border-color: transparent;
box-shadow: none;
background-color: transparent; }
#whiskermenu-window scrolledwindow viewport button:hover {
outline-color: @border_bright; }
#whiskermenu-window separator {
margin: 5px; }
#whiskermenu-window scrolledwindow {

View File

@ -71,6 +71,8 @@ the whisker menu without having to correct their pointer location. */
border-color: transparent;
box-shadow: none;
background-color: transparent; }
#whiskermenu-window scrolledwindow viewport button:hover {
outline-color: @border_bright; }
#whiskermenu-window separator {
margin: 5px; }
#whiskermenu-window frame {