gtk2/testsuite/css/style/inherit.css
2016-01-03 09:19:31 -05:00

12 lines
128 B
CSS

@import "reset-to-defaults.css";
box {
color: red;
opacity: 0.5;
}
label#label1 {
color: initial;
opacity: inherit;
}