gtk2/tests/reftests/style-properties-nth-child.css
Cosimo Cecchi ba76f54549 reftests: Add test for box brokenness
This is a tests for the last commit.
2011-07-02 01:57:27 +02:00

12 lines
156 B
CSS

* {
-GtkToolbar-button-relief: none;
}
.grid-toolbar {
-GtkToolbar-button-relief: normal;
}
.box-toolbar {
-GtkToolbar-button-relief: normal;
}