mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
c8d4a48c03
Reset to defaults in background-color-transparent, to avoid theme influence in the results.
18 lines
250 B
CSS
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;
|
|
}
|