Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Jan 27, 2022
1 parent cb2e4cb commit 1b50672
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions gtk-3.0/apps/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ wnck-pager {
color: $fg_color;
background-color: $bg_color;
border-radius: 0.5em;
box-shadow: 4px 4px 10px 3px $borders_color;
box-shadow: 5px 10px 8px 10px $borders_color;
}

// corner triangle
Expand All @@ -130,31 +130,31 @@ wnck-pager {

// category button
#whiskermenu-window button {
background-color: transparent;
border: none;
border-radius: 0;
font-weight: normal;
padding: 2px;
margin: 1px 0px;
&:hover {
//@include button(hover-header, $selected_bg_color, $selected_fg_color);
@include button(hover-header);
background: transparentize($fg_color, 0.90);
border-radius: 0;
box-shadow: none;
-gtk-icon-effect: highlight;
}
&:checked {
// background-color: $selected_bg_color;
@include button(active-header);
//border-radius: 0;
//box-shadow: none;
box-shadow: none;
&:hover{
color: white;
font-weight: bold;
}
background-color: transparent;
border: none;
border-radius: 0;
font-weight: normal;
padding: 2px;
margin: 1px 0px;
&:hover {
//@include button(hover-header, $selected_bg_color, $selected_fg_color);
@include button(hover-header);
background: transparentize($fg_color, 0.90);
border-radius: 0;
box-shadow: none;
-gtk-icon-effect: highlight;
}
&:checked {
// background-color: $selected_bg_color;
@include button(active-header);
//border-radius: 0;
//box-shadow: none;
box-shadow: none;
&:hover{
color: white;
font-weight: bold;
}
}
}

// tree list
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -5950,7 +5950,7 @@ wnck-pager {
color: #BFC3CD;
background-color: #0E111D;
border-radius: 0.5em;
box-shadow: 4px 4px 10px 3px rgba(255, 255, 255, 0.05); }
box-shadow: 5px 10px 8px 10px rgba(255, 255, 255, 0.05); }

#whiskermenu-window box widget {
color: transparent; }
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -5950,7 +5950,7 @@ wnck-pager {
color: #BFC3CD;
background-color: #0E111D;
border-radius: 0.5em;
box-shadow: 4px 4px 10px 3px rgba(255, 255, 255, 0.05); }
box-shadow: 5px 10px 8px 10px rgba(255, 255, 255, 0.05); }

#whiskermenu-window box widget {
color: transparent; }
Expand Down

0 comments on commit 1b50672

Please sign in to comment.