Files
gtk/testsuite/css/style/currentcolor.css
2015-12-29 07:47:58 -05:00

10 lines
101 B
CSS

@import "reset-to-defaults.css";
box {
color: red;
}
label {
background-color: currentColor;
}