[gnome-shell] Adjust theme of recent-items and places sections
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Adjust theme of recent-items and places sections
- Date: Mon, 29 Mar 2010 16:01:57 +0000 (UTC)
commit b9e58947cc2ff6b7ab8ca4e019136cd575d6ba1a
Author: Florian Müllner <fmuellner src gnome org>
Date: Tue Feb 23 14:37:22 2010 +0100
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 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index f387f14..474fe59 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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]