theme: Adjust border-radius for focus indication to match hover

Commit 7b3a689aad changed the border-radius of the hover effect
to match the prelight effect, but not the focus indication, so
the focused item now changes corners on hover. Fix this by using
a consistent border-radius.

https://bugzilla.gnome.org/show_bug.cgi?id=691578
This commit is contained in:
Florian Müllner 2013-03-14 23:29:43 +01:00
parent 5fecd07045
commit 603f528b47

View File

@ -974,7 +974,7 @@ StScrollBar StButton#vhandle:active {
color:white;
}
.app-display .app-well-app:hover > .overview-icon {
.app-display .app-well-app > .overview-icon {
border-radius: 10px;
}