diff options
author | raveit65 <[email protected]> | 2015-02-15 20:10:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-15 20:21:44 +0100 |
commit | e19f60df9575b656e2527ce923efcc2ff171c807 (patch) | |
tree | 7bdeaeb51a10321e84d6f7eebe18dd2911b4a0be /desktop-themes | |
parent | 12a01c7db47ebbae0127e022d9bf77f344d0933e (diff) | |
download | mate-themes-e19f60df9575b656e2527ce923efcc2ff171c807.tar.bz2 mate-themes-e19f60df9575b656e2527ce923efcc2ff171c807.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 62c7533b..76f1ef91 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -2065,6 +2065,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 { |