W32: style tooltips with appropriately-themed background
https://bugzilla.gnome.org/show_bug.cgi?id=727410
This commit is contained in:
@ -105,10 +105,10 @@ GtkScrolledWindow.frame {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tooltip {
|
.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);
|
color: -gtk-win32-color(button, 23);
|
||||||
border-width: 1px;
|
border-width: 0px;
|
||||||
border-style: solid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip * {
|
.tooltip * {
|
||||||
|
|||||||
Reference in New Issue
Block a user