diff options
author | raveit65 <[email protected]> | 2015-02-15 20:10:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-15 20:27:37 +0100 |
commit | 1f332a6683ebcad5d600e145323631b1b19aca62 (patch) | |
tree | f630f3015eb30e0fa5cb155fe201c7b4bd3c7f15 /desktop-themes | |
parent | 92d115cc34b4f9fcd1291dd0263cda85adbc0743 (diff) | |
download | mate-themes-1f332a6683ebcad5d600e145323631b1b19aca62.tar.bz2 mate-themes-1f332a6683ebcad5d600e145323631b1b19aca62.tar.xz |
GreenLaguna GTK3: add a border-radius to GtkIconView.view.cell:hover
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index c83fe8d9..c919de0c 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1807,6 +1807,12 @@ GtkIconView.view.cell:selected:focus { -adwaita-focus-border-dashes: 0; } +GtkIconView.view.cell:hover, +GtkIconView.view.cell:hover:focus { + border-style: none; + border-radius: 12px; +} + /* row as a separator */ GtkTreeView.view.separator, GtkTreeView.view.separator:hover { |