diff options
author | raveit65 <[email protected]> | 2015-02-15 20:10:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-15 20:10:31 +0100 |
commit | 6a061d818b9f1e9fa13524c05b5e6f4e37547d13 (patch) | |
tree | 0693b47d2adc13796a9175e43b1c4864cb095169 | |
parent | 7dfe82e9e1c071a1abc5d53da0dcab44d80578ac (diff) | |
download | mate-themes-6a061d818b9f1e9fa13524c05b5e6f4e37547d13.tar.bz2 mate-themes-6a061d818b9f1e9fa13524c05b5e6f4e37547d13.tar.xz |
GreenLaguna GTK3: add a border-radius to GtkIconView.view.cell:hover
-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 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 { |