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