gtk/tests/reftests/css-match-inherit.css

12 lines
85 B
CSS
Raw Normal View History

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