mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
8c3d77b4e8
This avoids assertions from gtk_render_frame_gap.
19 lines
262 B
CSS
19 lines
262 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
* {
|
|
-GtkNotebook-tab-overlap: 0; /* work around a notebook tab rendering bug */
|
|
color: blue;
|
|
}
|
|
|
|
.notebook tab GtkLabel {
|
|
color: blue
|
|
}
|
|
.notebook tab tab GtkLabel {
|
|
color: red
|
|
}
|
|
|
|
/* for reference */
|
|
#red {
|
|
color: red
|
|
}
|