mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
8 lines
56 B
CSS
8 lines
56 B
CSS
:active {
|
|
color: blue;
|
|
}
|
|
|
|
:active * {
|
|
color: red;
|
|
}
|