mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
luci-theme-material: add css class button-row
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -1749,6 +1749,19 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.modal .button-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.modal .button-row > :not(:last-child) {
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
.modal .button-row > :first-child {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
body.modal-overlay-active {
|
||||
overflow: hidden;
|
||||
height: 100vh;
|
||||
|
||||
Reference in New Issue
Block a user