diff options
Diffstat (limited to 'themes/luci-theme-bootstrap')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index fb8a8509a5..cf59b12b56 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1394,6 +1394,19 @@ footer ul.breadcrumb { width: 100%; } +.modal > .button-row { + display: flex; + justify-content: space-between; +} + +.modal > .button-row > button:not(:last-of-type) { + margin-right: .5em; +} + +.modal > .button-row > button:first-of-type { + margin-right: auto; +} + body.modal-overlay-active { overflow: hidden; height: 100vh; |