[gnome-shell] [StTooltip CSS] Add some style



commit 1626e8c09ae8ebb8b7a1d3d80c319fcf305fa94d
Author: Colin Walters <walters verbum org>
Date:   Wed Nov 11 16:22:42 2009 -0500

    [StTooltip CSS] Add some style
    
    Not final, but stands out and doesn't look completely wrong, at least.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=600734

 data/theme/gnome-shell.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index a01d1ea..ec4cfa5 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -60,6 +60,14 @@ StScrollBar StButton#vhandle:hover
   border-image: url("scroll-vhandle.png") 5;
 }
 
+StTooltip {
+    border: 1px solid rgba(79,111,173,0.9);
+    border-radius: 5px;
+    padding: 4px;
+    background-color: rgba(79,111,173,0.9);
+    color: #ffffff;
+}
+
 /* Panel */
 
 .panel-button {



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