1
0
Fork 0
inkscape/share/ui/spinbutton.css
Daniel Baumann 02d935e272
Adding upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 23:40:13 +02:00

11 lines
No EOL
240 B
CSS

/* those styles make spin buttons narrow; if enabled in preferences they are applied to all themes */
spinbutton > button {
padding-left: 0;
padding-right: 0;
}
spinbutton > entry {
padding-left: 0.5em;
padding-right: 0;
}