mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
55a1587f55
We lost the ability to dump some images.
7 lines
144 B
CSS
7 lines
144 B
CSS
* {
|
|
border-image-repeat: repeat stretch;
|
|
border-image-slice: 3 4;
|
|
border-image-source: none /* FIXME */;
|
|
border-image-width: initial;
|
|
}
|