summaryrefslogtreecommitdiffstats
path: root/share/ui/spinbutton.css
blob: c87aa5e6e7ae5aa7267625426c0d644132d35a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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;
}