diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-05-02 10:37:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 10:37:15 +0200 |
commit | a000cf9c01d0c7af405ccd6e5e54eb20ea5fc481 (patch) | |
tree | 7b2d675b0d32c16ef2d63869428367ace5411474 /themes | |
parent | 9d123a2eee59a9ea70f2c0cffc0ed11ecc8cf788 (diff) | |
parent | 9e73a04adbff4dcebd643400da689291b8320d74 (diff) |
Merge pull request #5794 from McGiverGim/material_align_button_text_center
luci-material-theme: align text buttons center
Diffstat (limited to 'themes')
-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 1544482fc7..612dae52eb 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, |