Learning_GTK4_tree/testsuite/css/style/inherit.css

10 lines
94 B
CSS

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