diff options
author | raveit65 <[email protected]> | 2015-02-15 20:10:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-15 20:12:51 +0100 |
commit | ebd84ef22864ba875255fbe8fbcef0521a864d9a (patch) | |
tree | 6f9149fe5fc3bd0393af5016d8d1d0d3162b708b /desktop-themes | |
parent | 48ca704b58e9dcf97bd4c895d401d519e9589d93 (diff) | |
download | mate-themes-ebd84ef22864ba875255fbe8fbcef0521a864d9a.tar.bz2 mate-themes-ebd84ef22864ba875255fbe8fbcef0521a864d9a.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 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 { |