From 466f661436f58c1848b1bf2c7cbf1f032984441e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 1 Jun 2010 16:43:43 +0200 Subject: [PATCH] [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 file changed, 6 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 9cbd9ef3f..32b5b8895 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 */