gtk2/testsuite/css/style/inherit.css

10 lines
94 B
CSS
Raw Normal View History

box {
color: red;
opacity: 0.5;
}
label#label1 {
color: initial;
opacity: inherit;
}