vprsm
vprsm

Reputation: 31

Overwrite or reset widget style in GTK3

I use the gnome-terminal which uses the vte library, which in turn provides the VteTerminal widget. Using an appropriate gtk.css file, I have added a padding around the VteTerminal widget.

I embed the VteTerminal in a seperate GTK3 application, which inherits the style configured in my gtk.css.

How do I prevent the VteTerminal widget or any other widget from using any style provider, or alternatively, how do I reset their styles?

Upvotes: 3

Views: 851

Answers (0)

Related Questions