Theme Updates for XFCE4.14

This commit is contained in:
aidan 2019-09-05 21:43:53 -05:00
parent c5e1f12822
commit 343565ed4a
3 changed files with 4 additions and 3 deletions

View File

@ -18,9 +18,10 @@ Included in this theme:
- Partial support for HiDPI monitors
#### Requirements
GTK+ 3.22 or 3.24
Xfce 4.12
Xfce 4.12 or 4.14
A Window compositor

View File

@ -93,7 +93,7 @@ the whisker menu without having to correct their pointer location. */
#whiskermenu-window frame > box > box:nth-child(1) {
padding: 2px;
margin: 0;
color: @active_title_text;
color: @text_color;
/* 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;

View File

@ -90,7 +90,7 @@ the whisker menu without having to correct their pointer location. */
#whiskermenu-window > frame > stack > box > box:first-child {
padding: 2px;
margin: 0;
color: @active_title_text;
color: @text_color;
/*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; }