Whisker menu update

Fixed menu separator margins
Removed the background-color property from the whisker button
This commit is contained in:
EMH-Mark-I 2020-05-03 17:36:35 -05:00
parent 72b5ba2a0e
commit 0a945429b6
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ the whisker menu without having to correct their pointer location. */
border: 2px solid @border_color;
border-image: url("../buttons/dialog_button_normal.png");
border-image-slice: 2 2 2 2;
background-color: @bg_color; }
background-color: transparent; }
#whiskermenu-button:active box,
#whiskermenu-button:checked box,
#applicationmenu-button:active box,

View File

@ -16,7 +16,7 @@ the whisker menu without having to correct their pointer location. */
border: 2px solid @border_color;
border-image: url("../buttons/dialog_button_normal.png");
border-image-slice: 2 2 2 2;
background-color: @bg_color; }
background-color: transparent; }
#whiskermenu-button:active box,
#whiskermenu-button:checked box,
#applicationmenu-button:active box,