gtk/tests/reftests/css-match-inherit.css
2011-05-18 22:17:59 +02:00

12 lines
85 B
CSS

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