mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
9 lines
140 B
CSS
9 lines
140 B
CSS
|
window {
|
||
|
background-image: -gtk-icontheme("edit-delete");
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
|
||
|
#reference {
|
||
|
background-size: 24px 24px;
|
||
|
}
|