[gnome-shell] css: Adjust tooltip style



commit 661ea906d9d5ef8f3e04575bbd3b0901c515dede
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Feb 10 01:41:51 2011 +0100

    css: Adjust tooltip style
    
    Update the tooltip style to match current mockups.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642871

 data/theme/gnome-shell.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index ccf3d91..d39375f 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -75,10 +75,10 @@ StScrollBar StButton#vhandle:hover
 }
 
 StTooltip StLabel {
-    border: 1px solid rgba(79,111,173,1);
+    border: 1px solid rgba(255,255,255,0.6);
     border-radius: 5px;
-    padding: 4px;
-    background-color: rgba(79,111,173,0.9);
+    padding: 2px 12px;
+    background-color: rgba(0,0,0,0.9);
     color: #ffffff;
     font-size: 0.8em;
     font-weight: normal;



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