Skip to content

Commit

Permalink
Improvement: GTK3 - Whisker menu iconview selected border thisker
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Feb 4, 2022
1 parent b2e0948 commit 67c2ef1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gtk-3.0/apps/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ wnck-pager {
outline-color: $borders_color;
border-radius: 0.4em;
-gtk-icon-effect: highlight;
border: 2px solid transparentize($theme_color, 0.6); //$borders_color;
border: 3px solid transparentize($theme_color, 0.6); //$borders_color;
}
}
}
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 @@ -6051,7 +6051,7 @@ wnck-pager {
outline-color: rgba(255, 255, 255, 0.05);
border-radius: 0.4em;
-gtk-icon-effect: highlight;
border: 2px solid rgba(255, 106, 0, 0.4); }
border: 3px solid rgba(255, 106, 0, 0.4); }

/**********
* thunar *
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 @@ -6051,7 +6051,7 @@ wnck-pager {
outline-color: rgba(255, 255, 255, 0.05);
border-radius: 0.4em;
-gtk-icon-effect: highlight;
border: 2px solid rgba(255, 106, 0, 0.4); }
border: 3px solid rgba(255, 106, 0, 0.4); }

/**********
* thunar *
Expand Down

0 comments on commit 67c2ef1

Please sign in to comment.