forked from AuroraMiddleware/gtk
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;
|
|
}
|