Whisker Menu Fix
This just fixes the outline color for hovered categories.
This commit is contained in:
parent
87f6c3abba
commit
f4c05e5cdf
|
@ -74,6 +74,8 @@ the whisker menu without having to correct their pointer location. */
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
#whiskermenu-window scrolledwindow viewport button:hover {
|
||||||
|
outline-color: @border_bright; }
|
||||||
#whiskermenu-window separator {
|
#whiskermenu-window separator {
|
||||||
margin: 5px; }
|
margin: 5px; }
|
||||||
#whiskermenu-window scrolledwindow {
|
#whiskermenu-window scrolledwindow {
|
||||||
|
|
|
@ -71,6 +71,8 @@ the whisker menu without having to correct their pointer location. */
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
|
#whiskermenu-window scrolledwindow viewport button:hover {
|
||||||
|
outline-color: @border_bright; }
|
||||||
#whiskermenu-window separator {
|
#whiskermenu-window separator {
|
||||||
margin: 5px; }
|
margin: 5px; }
|
||||||
#whiskermenu-window frame {
|
#whiskermenu-window frame {
|
||||||
|
|
Loading…
Reference in New Issue