win32 theme: Make tooltips look right

Includes adding fallback support
This commit is contained in:
Benjamin Otte
2016-02-22 04:16:36 +01:00
parent 808017d1d0
commit 6c0270bbcb
2 changed files with 24 additions and 8 deletions

View File

@ -117,15 +117,11 @@ scrolledwindow.frame {
color: @selected_fg_color;
}
tooltip {
background-color: transparent;
background-image: -gtk-win32-theme-part(tooltip, 3, 1);
color: -gtk-win32-color(button, infotext);
border-width: 0px;
}
tooltip * {
tooltip, tooltip.background {
background-color: -gtk-win32-color(tooltip, infobk);
background-image: -gtk-win32-theme-part(tooltip, 1, 1);
color: -gtk-win32-color(button, infotext);
padding: 2px;
}
assistant .sidebar .highlight {