gtk/testsuite/reftests/background-color-transparent.css
Matthias Clasen c8d4a48c03 reftests: Avoid theme influence
Reset to defaults in background-color-transparent,
to avoid theme influence in the results.
2020-04-24 15:19:24 -04:00

18 lines
250 B
CSS

@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;
}