mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
67456304d4
This is relevant for shadow spread and goes in line with the web. Testcase included.
10 lines
116 B
CSS
10 lines
116 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
.test {
|
|
box-shadow: 0 0 0 10px red;
|
|
}
|
|
|
|
.reference {
|
|
border: solid 10px red;
|
|
}
|