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
This commit is contained in:
Florian Müllner 2010-02-23 14:37:22 +01:00
parent 73ab59f1d6
commit b9e58947cc

View File

@ -528,7 +528,13 @@ StTooltip {
} }
.places-item { .places-item {
border-radius: 4px;
padding: 2px; padding: 2px;
border: 1px solid #181818;
}
.places-item:hover {
border: 1px solid #666666;
} }
.places-actions { .places-actions {
@ -546,7 +552,13 @@ StTooltip {
} }
.recent-docs-item { .recent-docs-item {
border-radius: 4px;
padding: 2px; padding: 2px;
border: 1px solid #181818;
}
.recent-docs-item:hover {
border: 1px solid #666666;
} }
/* LookingGlass */ /* LookingGlass */