Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Angel Mulero Martinez <migmul@gmail.com>2022-05-01 10:23:04 +0300
committerMiguel Angel Mulero Martinez <migmul@gmail.com>2022-05-01 10:23:04 +0300
commit9e73a04adbff4dcebd643400da689291b8320d74 (patch)
treef1b67432089b4b32af7fa07cb8e3cbfac25a38f8
parent6b3bba36d1381d0cd72e77f096b7f6892fd3314f (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>
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css1
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,