Re: GTK-3 CSS tags/ids/classes names reference?
- From: "Victor A. Santos" <victoraur santos gmail com>
- To: Fabrice Delente <delentef gmail com>
- Cc: gtk-list gnome org
- Subject: Re: GTK-3 CSS tags/ids/classes names reference?
- Date: Fri, 13 Jun 2014 20:58:56 -0300
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]