[gnome-shell] [SearchEntry] Add a glow effect when activated



commit 8a25d49319b04fa0a972233af8573a58f4ecc37c
Author: Florian Müllner <fmuellner src gnome org>
Date:   Fri Mar 12 00:14:58 2010 +0100

    [SearchEntry] Add a glow effect when activated
    
    (Ab)use -st-shadow to add a glow effect to the activated search entry,
    matching the latest mockups.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=611095

 data/theme/gnome-shell.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index dc2fec1..33175a3 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -324,6 +324,7 @@ StTooltip {
     border: 1px solid #3a3a3a;
     background-color: #e8e8e8;
     caret-color: #545454;
+    -st-shadow: 0px 0px 6px 2px rgba(255,255,255,0.9);
 }
 
 #searchEntry:hover {



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