[gnome-themes-standard] tooltip: don't put a border in the tooltip



commit 8eff045109a2edd12d2d91e66b4109635e5dd008
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Mar 4 15:26:52 2011 -0500

    tooltip: don't put a border in the tooltip
    
    Until we can do rounded tooltips, this is the best we can do.

 themes/Adwaita/gtk-3.0/gtk.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 5e43db0..5c4383f 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -186,6 +186,7 @@
 
 .tooltip {
     padding: 4 4;
+    border-style: none;
     background-color: @theme_tooltip_bg_color;
     color: @theme_tooltip_fg_color;
 }



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