diff --git a/pdfsam-themes/src/main/resources/themes/light/sidebar.css b/pdfsam-themes/src/main/resources/themes/light/sidebar.css index ce3a34a3..6015f5dc 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;