mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
16 lines
211 B
CSS
16 lines
211 B
CSS
#window {
|
|
engine: none;
|
|
background-image: none;
|
|
background-color: green;
|
|
border-radius: 0;
|
|
border-style: none;
|
|
}
|
|
|
|
#nowindow {
|
|
background-color: red;
|
|
}
|
|
|
|
#window#nowindow {
|
|
background-color: blue;
|
|
}
|