gtk/testsuite/reftests/symbolic-icon-translucent-color.css

11 lines
149 B
CSS
Raw Normal View History

@import url("reset-to-defaults.css");
.background {
background-color: red;
color: rgba(0,255,0,0.6);
}
#reference {
color: rgb(102,153,0);
}