Hi,

is there any way to style the label of an active GtkNotebook-tab in
GTK+3?

Or:
Why does "GtkNotebook * { font-weight: bold }" work, but
"GtkNotebook tab:active * { font-weight: bold }" doesn't?


I was only able to style the background, e.g. by:
GtkNotebook tab        { background-color: gray;  }
GtkNotebook tab:active { background-color: white; }
but not the background.

The reason why I try to style the tabs is, that the GtkNotebook
in GTK+3 has some serious style problem: It's impossible to see,
which tab is selected. See attached screenshot. In my opinion,
this is a serious bug, which makes the GtkNotebook nearly unusable. :(


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

Reply via email to