[gnome-shell] [searchEntry] Update hover style



commit 7c5343a9fb79461a750373ccfbccdf423cc76935
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat May 15 18:56:19 2010 +0200

    [searchEntry] Update hover style
    
    Make the hover style of the search entry more distinct, and use
    a fade effect of about one second to transition from dim to bright.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=611095

 data/theme/gnome-shell.css |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 32b5b88..31c7a1d 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -368,6 +368,7 @@ StTooltip {
     caret-color: #fff;
     caret-size: 1px;
     height: 16px;
+    transition-duration: 1000;
 }
 
 #searchEntry:focus {
@@ -376,10 +377,14 @@ StTooltip {
     background-color: #e8e8e8;
     caret-color: #545454;
     -st-shadow: 0px 0px 6px 2px rgba(255,255,255,0.9);
+    transition-duration: 0;
 }
 
 #searchEntry:hover {
-    border: 1px solid #767676;
+    color: #a8a8a8;
+    border: 1px solid #4d4d4d;
+    background-color: #e8e8e8;
+    caret-color: #545454;
 }
 
 .dash-section {



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