gtk2/testsuite/reftests/css-match-descendant-later.css

12 lines
122 B
CSS
Raw Normal View History

2017-08-02 09:52:30 +00:00
box {
background-color: blue;
}
2017-08-02 09:52:30 +00:00
grid box {
background-color: red;
}
2017-08-02 09:52:30 +00:00
window > grid box {
background-color: blue;
}