summaryrefslogtreecommitdiffstats
path: root/share/ui/spinbutton.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/ui/spinbutton.css')
-rw-r--r--share/ui/spinbutton.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/ui/spinbutton.css b/share/ui/spinbutton.css
new file mode 100644
index 0000000..c87aa5e
--- /dev/null
+++ b/share/ui/spinbutton.css
@@ -0,0 +1,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;
+} \ No newline at end of file