W32: style tooltips with appropriately-themed background

https://bugzilla.gnome.org/show_bug.cgi?id=727410
This commit is contained in:
Руслан Ижбулатов
2014-03-31 16:01:55 +00:00
parent 3a806b97c9
commit 42f70716b6

View File

@ -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 * {