summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-15 20:10:31 +0100
committerraveit65 <[email protected]>2015-02-15 20:21:44 +0100
commite19f60df9575b656e2527ce923efcc2ff171c807 (patch)
tree7bdeaeb51a10321e84d6f7eebe18dd2911b4a0be
parent12a01c7db47ebbae0127e022d9bf77f344d0933e (diff)
downloadmate-themes-e19f60df9575b656e2527ce923efcc2ff171c807.tar.bz2
mate-themes-e19f60df9575b656e2527ce923efcc2ff171c807.tar.xz
GreenLaguna GTK3: add a border-radius to GtkIconView.view.cell:hover
-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 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 {