11 lines
No EOL
240 B
CSS
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;
|
|
} |