Let's try again. This time we have two style providers. One of them is at
APPLICATION priority and cannot be overridden by the theme. It sets the padding
on VteTerminal widgets. The other one is at FALLBACK priority and is for
colours. This can be overridden by the theme.
This reverts commit bd86e7637d89a55941674756e3e223c82aee2305.
Bug-Upstream: https://bugzilla.gnome.org/show_bug.cgi?id=740123
Gbp-Pq: Name 0001-Add-the-style-context-provider-with-FALLBACK-priorit.patch
With the addition of 043_notebook_scroll.patch in gtk+3.0, it is
possible to switch tabs with Alt+mouse wheel from anywhere on the
notebook. This patch prevents vte from interecepting the signal.
Corresponding GTK+ bug: GNOME #145244
Gbp-Pq: Name 01_scroll_notebook.patch