mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
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;
|
|
}
|