diff options
author | Miguel Angel Mulero Martinez <migmul@gmail.com> | 2022-05-01 09:23:04 +0200 |
---|---|---|
committer | Miguel Angel Mulero Martinez <migmul@gmail.com> | 2022-05-01 09:23:04 +0200 |
commit | 9e73a04adbff4dcebd643400da689291b8320d74 (patch) | |
tree | f1b67432089b4b32af7fa07cb8e3cbfac25a38f8 /themes/luci-theme-material/htdocs/luci-static/material | |
parent | 6b3bba36d1381d0cd72e77f096b7f6892fd3314f (diff) |
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 <migmul@gmail.com>
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 1 |
1 files changed, 1 insertions, 0 deletions
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, |