mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
30164d5b46
Testcase included Fixes #4324
22 lines
324 B
CSS
22 lines
324 B
CSS
* {
|
|
all: unset;
|
|
}
|
|
|
|
window {
|
|
background: pink;
|
|
}
|
|
|
|
grid {
|
|
background-image: linear-gradient(rebeccapurple, rebeccapurple);
|
|
background-size: 10px 10px;
|
|
padding: 10px;
|
|
background-repeat: repeat;
|
|
background-origin: content-box;
|
|
background-clip: border-box;
|
|
}
|
|
|
|
/* reference */
|
|
box {
|
|
background: rebeccapurple;
|
|
}
|