mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
20 lines
175 B
CSS
20 lines
175 B
CSS
|
* {
|
||
|
color: blue;
|
||
|
}
|
||
|
|
||
|
.notebook tab GtkLabel {
|
||
|
color: blue
|
||
|
}
|
||
|
.notebook tab tab GtkLabel {
|
||
|
color: red
|
||
|
}
|
||
|
|
||
|
/* for reference */
|
||
|
#blue {
|
||
|
color: blue
|
||
|
}
|
||
|
|
||
|
#red {
|
||
|
color: red
|
||
|
}
|