mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
5 lines
183 B
CSS
5 lines
183 B
CSS
* { background-image: none; background-color: purple; }
|
|
GtkButton { background-color: blue; }
|
|
.transparent { background-color: transparent; }
|
|
.reference { background-color: purple; }
|