From c853ffb5b2f75f5a889ed2e3ef89b818a736e87a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:50:49 +0200 Subject: Adding upstream version 1.3+ds. Signed-off-by: Daniel Baumann --- share/ui/spinbutton.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 share/ui/spinbutton.css (limited to 'share/ui/spinbutton.css') 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 -- cgit v1.2.3