Skip to content

Commit

Permalink
Improvements: Whisker menu - iconview
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Jan 27, 2022
1 parent 1b50672 commit 070805f
Show file tree
Hide file tree
Showing 4 changed files with 2,031 additions and 1,561 deletions.
20 changes: 20 additions & 0 deletions gtk-3.0/apps/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,33 @@ wnck-pager {
&:hover {
background-color: transparentize($selected_bg_color, 0.6);
color: $selected_fg_color;
border-radius: 0.4em;
}
&:selected {
-gtk-icon-effect: highlight;
background-color: $selected_bg_color;
color: $selected_fg_color;
outline-color: $borders_color;
}
}
iconview {
background-color: transparent;
color: $fg_color;
&:hover {
border-radius: 0.4em;
background-color: transparentize(white, 0.95);
border: 2px solid $borders_color;
-gtk-icon-effect: highlight;
}
&:selected {
background-color: transparentize(white, 0.95);
color: $selected_fg_color;
outline-color: $borders_color;
border-radius: 0.4em;
-gtk-icon-effect: highlight;
border: 2px solid transparentize($theme_color, 0.6); //$borders_color;
}
}
}

/**********
Expand Down
Loading

0 comments on commit 070805f

Please sign in to comment.