gtk2/testsuite/reftests/css-match-inherit.css
2013-05-15 15:37:17 +02:00

13 lines
103 B
CSS

* {
engine: none;
color: inherit;
}
GtkButton {
color: red;
}
.testinherit * {
color: red;
}