mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
e93a3e7d6d
Make it conform to the current behavior - that is, we allow selectors for regions multiple times in a row.
18 lines
184 B
CSS
18 lines
184 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
* {
|
|
color: blue;
|
|
}
|
|
|
|
.notebook tab GtkLabel {
|
|
color: blue
|
|
}
|
|
.notebook tab tab GtkLabel {
|
|
color: red
|
|
}
|
|
|
|
/* for reference */
|
|
#red {
|
|
color: red
|
|
}
|