mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-30 17:15:13 +02:00
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:
parent
14797eee53
commit
894f1b0d10
@ -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; }
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user