mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 15:01:23 +00:00
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;
|
|
}
|