diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-01-21 09:21:39 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-01-21 09:21:55 +0100 |
commit | 71743a7ef69e9ffdf890bf895d704ecc0648548b (patch) | |
tree | 58f8df750a7c4e9a6c58625af8a1e6374e96627f /themes/luci-theme-material | |
parent | cc01770fa1cf09b729dd931df77b149d1b20d2ef (diff) |
luci-theme-material: fix button position on modal save
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'themes/luci-theme-material')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 201713fcb..8645c60e4 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1673,10 +1673,6 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { padding: .3rem .6rem; } -.modal .spinning { - margin-bottom: 2em; -} - .modal.cbi-modal { max-width: 90%; max-height: none; |