summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-15 20:10:31 +0100
committerraveit65 <[email protected]>2015-02-15 20:10:31 +0100
commit6a061d818b9f1e9fa13524c05b5e6f4e37547d13 (patch)
tree0693b47d2adc13796a9175e43b1c4864cb095169 /desktop-themes/GreenLaguna
parent7dfe82e9e1c071a1abc5d53da0dcab44d80578ac (diff)
downloadmate-themes-6a061d818b9f1e9fa13524c05b5e6f4e37547d13.tar.bz2
mate-themes-6a061d818b9f1e9fa13524c05b5e6f4e37547d13.tar.xz
GreenLaguna GTK3: add a border-radius to GtkIconView.view.cell:hover
Diffstat (limited to 'desktop-themes/GreenLaguna')
-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 f5e82286..b4823066 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -2352,6 +2352,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 {