From 9e73a04adbff4dcebd643400da689291b8320d74 Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Sun, 1 May 2022 09:23:04 +0200 Subject: [PATCH] luci-material-theme: align text buttons center The text inside the buttons is aligned to the top. This change mades it aligned to the center. Signed-off-by: Miguel Angel Mulero Martinez --- .../luci-theme-material/htdocs/luci-static/material/cascade.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index b194ff0d3b..4bf9740860 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -200,6 +200,7 @@ input, background-color: transparent; background-image: none; box-shadow: none; + align-items: center; } select, -- 2.30.2