[gnome-shell] [dash] Add a fade effect when hovering over items



commit 466f661436f58c1848b1bf2c7cbf1f032984441e
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Jun 1 16:43:43 2010 +0200

    [dash] Add a fade effect when hovering over items
    
    Use a subtle hover transition in order to avoid abrupt visual
    changes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=620782

 data/theme/gnome-shell.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 9cbd9ef..32b5b88 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -548,6 +548,7 @@ StTooltip {
     width: 70px;
     height: 70px;
     font-size: 10px;
+    transition-duration: 200;
 }
 
 .app-well-app.running {
@@ -565,6 +566,7 @@ StTooltip {
     background-gradient-direction: vertical;
     background-gradient-start: rgba(61,61,61,0.8);
     background-gradient-end: rgba(24,24,24,0.2);
+    transition-duration: 200;
 }
 
 .app-well-app:active {
@@ -614,6 +616,7 @@ StTooltip {
     border: 1px solid #181818;
     padding-left: 4px;
     padding-right: 4px;
+    transition-duration: 200;
 }
 
 .places-item:hover {
@@ -621,6 +624,7 @@ StTooltip {
     background-gradient-direction: vertical;
     background-gradient-start: rgba(61,61,61,0.8);
     background-gradient-end: rgba(24,24,24,0.2);
+    transition-duration: 200;
 }
 
 /* Recent items */
@@ -635,6 +639,7 @@ StTooltip {
     border: 1px solid #181818;
     padding-left: 4px;
     padding-right: 4px;
+    transition-duration: 200;
 }
 
 .recent-docs-item:hover {
@@ -642,6 +647,7 @@ StTooltip {
     background-gradient-direction: vertical;
     background-gradient-start: rgba(61,61,61,0.8);
     background-gradient-end: rgba(24,24,24,0.2);
+    transition-duration: 200;
 }
 
 /* LookingGlass */



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