From a8197fb8d7ed10d0891aeb1f46cb38cc924dcdd6 Mon Sep 17 00:00:00 2001 From: torakiki Date: Thu, 14 Dec 2023 15:07:29 +0100 Subject: [PATCH] Sidebar toolbuttons to have the same spacing as the others --- .../src/main/resources/themes/light/sidebar.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pdfsam-themes/src/main/resources/themes/light/sidebar.css b/pdfsam-themes/src/main/resources/themes/light/sidebar.css index ce3a34a3c..6015f5dce 100644 --- a/pdfsam-themes/src/main/resources/themes/light/sidebar.css +++ b/pdfsam-themes/src/main/resources/themes/light/sidebar.css @@ -12,12 +12,6 @@ -fx-vbar-policy: as-needed; } -.sidebar-buttons { - -fx-background-color: -sidebar-background-color; - -fx-background-insets: 0.0; - -fx-padding: 0.0 0.0 0.0 0.25em; -} - .sidebar-expand-button { -fx-padding: 0.0 0.0 0.5em 0.0; -fx-alignment: top-right; @@ -45,10 +39,16 @@ } .sidebar-buttons { - -fx-spacing: 0.5em; + -fx-background-color: -sidebar-background-color; + -fx-background-insets: 0.0; + -fx-spacing: 0.416667em; -fx-padding: 0.0 0.5em 1.0em 0.5em; } +.tools-buttons { + -fx-spacing: 0.416667em; +} + .sidebar-button { -fx-background-radius: 0.666667em, 0.666667em, 0.666667em !important; -fx-background-insets: 0.0;