diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-06-07 12:51:24 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-07-09 16:19:51 +0200 |
commit | 3162128e2fa0375a86a5c58a7fa1e226cd5dff75 (patch) | |
tree | 530f4d7eb79573efba36a02fca0348ac879f2af6 /themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | |
parent | c1621c6d329c329547e781a2622765f50766282a (diff) |
luci-theme-openwrt: add css class button-row
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css')
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index fbb53f9e99..6ef9d63e72 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -242,6 +242,19 @@ hr { overflow: auto; } +.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; } |