mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
16 lines
213 B
CSS
16 lines
213 B
CSS
.window {
|
|
engine: none;
|
|
background-image: none;
|
|
background-color: green;
|
|
border-radius: 0;
|
|
border-style: none;
|
|
}
|
|
|
|
.notwindow {
|
|
background-color: red;
|
|
}
|
|
|
|
.window.notwindow {
|
|
background-color: blue;
|
|
}
|