luci-material-theme: align text buttons center 5794/head
authorMiguel Angel Mulero Martinez <migmul@gmail.com>
Sun, 1 May 2022 07:23:04 +0000 (09:23 +0200)
committerMiguel Angel Mulero Martinez <migmul@gmail.com>
Sun, 1 May 2022 07:23:04 +0000 (09:23 +0200)
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>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index b194ff0d3bf3b4abf9b83a6d319cd41cd70f54ea..4bf9740860392abbe30f8d92791ba798c109792f 100644 (file)
@@ -200,6 +200,7 @@ input,
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        box-shadow: none;
+       align-items: center;
 }
 
 select,
 }
 
 select,