appearance: fix GTK3 bindings

With newer versions of GTK, the appropriate CSS property and the CSS
classes have changed their names.
This commit is contained in:
Vincent Bernat 2016-04-27 18:13:27 +02:00
parent 2c07d4e19a
commit 1e993bfa10

View file

@ -78,9 +78,9 @@ gtk3:write([[
"insert-at-cursor" (" ") }; "insert-at-cursor" (" ") };
} }
GtkEntry, GtkTextView entry, textview
{ {
gtk-key-bindings: custom-text-entry; -gtk-key-bindings: custom-text-entry;
} }
.window-frame, .window-frame:backdrop { .window-frame, .window-frame:backdrop {