To figure out which class each Widget uses you can use GtkParasite [1]:
Simple use the "Inspect" button and select Widget that you want to find
the class, and select "CSS Classes" tab on Parasite window. If you are a
web developer you probably already used this behavior.

Anyway, the class of these buttons (you've called Tabs) is simple as
"button", you can use something like:

GtkPathBar .button {
  ...
}

On Thu, 2014-06-12 at 16:29 +0200, Fabrice Delente wrote:
> Hello.
> 
> I'm trying to change by CSS the colors of the tabs that appear at the
> top of a GtkFileChooserWidget and that show the path for the current
> folder (typically, it has an icon for the filesystem then e.g. home
> user myFolder in the different tabs).
> 
> I haven't been able to find documentation about the tags/classes names
> to use in the CSS file for these elements; more broadly, is there
> somewhere a reference document for all the CSS tags that mark every
> element in every GTK widget? Thanks !
> _______________________________________________
> gtk-list mailing list
> gtk-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-list


_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to