Learning_GTK4_tree/testsuite/reftests/label-box-shadow-clip.css

10 lines
114 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
@import "reset-to-defaults.css";
.test {
box-shadow: 0 0 0 1px red;
}
.reference {
border: 1px solid red;
}