theme: match the hover effect radius to the prelight effect

Application view: the radius of the corners on the hover effect
should match the radius of the prelight effect that is used for
running apps. Original fix from Bharath Thiruveedula.

https://bugzilla.gnome.org/show_bug.cgi?id=691578
This commit is contained in:
Allan Day 2013-03-07 12:48:38 +00:00
parent 2c28a12cca
commit 7b3a689aad

View File

@ -964,6 +964,10 @@ StScrollBar StButton#vhandle:active {
color:white; color:white;
} }
.app-display .app-well-app:hover > .overview-icon {
border-radius: 10px;
}
.list-search-result:hover .list-search-result-description { .list-search-result:hover .list-search-result-description {
text-shadow: rgba(0,0,0,0.8) 0px 1px 2px; text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
} }