mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
18 lines
310 B
CSS
18 lines
310 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
window {
|
|
background-color: black;
|
|
}
|
|
|
|
box {
|
|
background-color: @doesntexist;
|
|
box-shadow: @nonexistent 5px 5px;
|
|
border-image: linear-gradient(to top, @notaavailable, @whatever);
|
|
}
|
|
|
|
#reference {
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
border-image: none;
|
|
}
|