win32 theme: Fix tooltip borders

https://bugzilla.gnome.org/show_bug.cgi?id=773221
This commit is contained in:
Jaime Velasco Juan
2016-10-17 14:33:47 +01:00
committed by Benjamin Otte
parent d1dafbeaef
commit 52c4421bd3

View File

@@ -124,8 +124,8 @@ decoration {
background-repeat: no-repeat;
}
/* Unset above settings when the window is a popup menu */
* window decoration {
/* Unset above settings when the window is a popup menu or tooltip */
* window decoration, tooltip decoration {
all: unset;
}