GTK3 GtkNotebook style



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]