mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
c025bc5098
Testcase included Fixes #4469
16 lines
212 B
CSS
16 lines
212 B
CSS
paned separator,
|
|
picture {
|
|
all: unset;
|
|
background: firebrick;
|
|
}
|
|
|
|
paned.vertical > separator {
|
|
min-width: 10px;
|
|
min-height: 20px;
|
|
}
|
|
|
|
paned.horizontal > separator {
|
|
min-width: 20px;
|
|
min-height: 10px;
|
|
}
|