forked from AuroraMiddleware/gtk
55a1587f55
We lost the ability to dump some images.
7 lines
137 B
CSS
7 lines
137 B
CSS
* {
|
|
border-image-repeat: stretch;
|
|
border-image-slice: 3 4;
|
|
border-image-source: none /* FIXME */;
|
|
border-image-width: initial;
|
|
}
|