[gtk+] W32: style tooltips with appropriately-themed background



commit 42f70716b63b90b39b77f0eb65a2ef56a8741b81
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date:   Mon Mar 31 16:01:55 2014 +0000

    W32: style tooltips with appropriately-themed background
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727410

 gtk/resources/theme/gtk-win32-base.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/resources/theme/gtk-win32-base.css b/gtk/resources/theme/gtk-win32-base.css
index 2b9970c..28eb5e2 100644
--- a/gtk/resources/theme/gtk-win32-base.css
+++ b/gtk/resources/theme/gtk-win32-base.css
@@ -105,10 +105,10 @@ GtkScrolledWindow.frame {
 }
 
 .tooltip {
-    background-color: -gtk-win32-color(button, 24);
+    background-color: transparent;
+    background-image: -gtk-win32-theme-part(tooltip, 3 1);
     color: -gtk-win32-color(button, 23);
-    border-width: 1px;
-    border-style: solid;
+    border-width: 0px;
 }
 
 .tooltip * {


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