Theme updates

Removed the gradient effect that I added in the last commit. While it looked cool, it didn't work as intended.
This commit is contained in:
EMH-Mark-I 2019-09-03 21:15:40 -05:00
parent 14797eee53
commit 894f1b0d10
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ the whisker menu without having to correct their pointer location. */
padding: 2px;
margin: 0;
color: @active_title_text;
background-image: linear-gradient(to right, @selected_bg_color, @transparent); /* Note: You can setup a gradient here if you want! */ }
/* background-image: linear-gradient(to right, @selected_bg_color, @transparent);*/ /* Note: You can setup a gradient here if you want! */ }
#whiskermenu-window frame > box > box:nth-child(2) .frame {
border: 1px solid @bg_shade;
padding: 0px; }

View File

@ -85,7 +85,7 @@
padding: 2px;
margin: 0;
color: @active_title_text;
background-image: linear-gradient(to right, @selected_bg_color, @transparent); /* Note: You can setup a gradient here if you want! */ }
/*background-image: linear-gradient(to right, @selected_bg_color, @transparent);*/ /* Note: You can setup a gradient here if you want! */ }
#whiskermenu-window frame > box > box > box button image {
padding: 0px; }
#whiskermenu-window entry {