gtk2/testsuite/reftests/background-color-transparent.css

18 lines
250 B
CSS
Raw Normal View History

@import "reset-to-defaults.css";
window {
background-image: none;
border-radius: 0;
background-color: purple;
}
button {
background-color: blue;
}
.transparent {
background-color: transparent;
}
.reference {
background-color: purple;
}