mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 23:50:16 +00:00
8 lines
115 B
CSS
8 lines
115 B
CSS
|
window {
|
||
|
background-image: none /* invalid image */;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
background-image: none /* invalid image */;
|
||
|
}
|