From 2c38d8f600001df2b7145a52be638d2984265339 Mon Sep 17 00:00:00 2001 From: ralf Date: Wed, 4 Sep 2024 16:15:12 +0200 Subject: [PATCH] fix buttons in toolbar are not round --- api/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index d8f85176c4..b33989c7ab 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2925,7 +2925,7 @@ div.et2_toolbar.ui-widget-header { .et2_toolbar .et2_toolbar_actionlist et2-button, .et2_toolbar .et2_toolbar_actionlist et2-switch { margin-right: 1ex; - min-width: 32px; + min-width: 35px; } /* Make toolbar switches clickable everywhere, not just the top half */