From b9e58947cc2ff6b7ab8ca4e019136cd575d6ba1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 23 Feb 2010 14:37:22 +0100 Subject: [PATCH] Adjust theme of recent-items and places sections Add a border to items which highlights on hover, just like the style of (non-running) app-well items. For removable items in the places section, this has the additional benefit of making clear to which item the unmount button belongs. https://bugzilla.gnome.org/show_bug.cgi?id=610385 --- data/theme/gnome-shell.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index f387f14c3..474fe5905 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -528,7 +528,13 @@ StTooltip { } .places-item { + border-radius: 4px; padding: 2px; + border: 1px solid #181818; +} + +.places-item:hover { + border: 1px solid #666666; } .places-actions { @@ -546,7 +552,13 @@ StTooltip { } .recent-docs-item { + border-radius: 4px; padding: 2px; + border: 1px solid #181818; +} + +.recent-docs-item:hover { + border: 1px solid #666666; } /* LookingGlass */