mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
d61a84bb3a
Fix the css-match-* reftests.
18 lines
252 B
CSS
18 lines
252 B
CSS
@import url("reset-to-defaults.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;
|
|
}
|