summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-15 20:10:31 +0100
committerraveit65 <[email protected]>2015-02-15 20:20:28 +0100
commit87d991f1975a00e63a151ef5eadebddcb933000e (patch)
tree2eed0a67f237470059a3897ea557f05b6e10e313 /desktop-themes
parenta2b5187d238ac25e58e1a97c8e77121b67e2f13b (diff)
downloadmate-themes-87d991f1975a00e63a151ef5eadebddcb933000e.tar.bz2
mate-themes-87d991f1975a00e63a151ef5eadebddcb933000e.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.css6
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 b69cecaa..7347dc23 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -2143,6 +2143,12 @@ GtkIconView.view.cell:selected:focus {
outline-offset: 3px;
}
+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 {