diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-08-04 18:04:54 +0200 |
---|---|---|
committer | Ansuel Smith <ansuelsmth@gmail.com> | 2021-08-05 15:51:02 +0200 |
commit | be028dce56410166d6950c6036dab97fa8c6a81a (patch) | |
tree | a08f5c9749cbcd8a471ab70ad987b0504d0608bf /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap | |
parent | 0f4f6e89f15aa1dac0bfd676cb8364ef0b6c6e1f (diff) |
luci-theme: fix css for flash advanced settings
Fix themes for broken display of advanced button in the sysupgrade modal.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 1 |
1 files changed, 1 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 5b5b7ac2dc..cc7e84d133 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1752,6 +1752,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { border-style: solid; border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); + white-space: unset; } .alert-message .close { |