[gnome-shell] theme: match the hover effect radius to the prelight effect



commit 7b3a689aaddace281a8e36abf5e3a8cdc99535fa
Author: Allan Day <allanpday gmail com>
Date:   Thu Mar 7 12:48:38 2013 +0000

    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

 data/theme/gnome-shell.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 92a9c1d..0ff9709 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -964,6 +964,10 @@ StScrollBar StButton#vhandle:active {
     color:white;
 }
 
+.app-display .app-well-app:hover > .overview-icon {
+    border-radius: 10px;
+}
+
 .list-search-result:hover .list-search-result-description {
     text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]