[gnome-themes-standard] Baobab: make subfolder tips similar to a regular tooltip



commit 3895220e2e796f6092fe08bd8298cf1c5c102ced
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Fri Jun 14 15:45:26 2013 +0200

    Baobab: make subfolder tips similar to a regular tooltip

 themes/Adwaita/gtk-3.0/gnome-applications.css |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 7161554..d2986ad 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -422,12 +422,14 @@ BaobabRingschart {
 }
 
 BaobabRingschart.subfolder-tip {
-    background-color: #d3d7cf;
-    border-color: #888a85;
-    border-width: 1px;
     border-radius: 3px;
-    border-style: solid;
+    border-style: none;
     padding: 3px 3px 3px 3px;
+
+    background-color: alpha(@theme_tooltip_bg_color, 0.90);
+    color: @theme_tooltip_fg_color;
+
+    text-shadow: 1px 1px black;
 }
 
 /* epiphany */


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