diff options
author | MartB <mart.b@outlook.de> | 2019-12-10 17:25:41 +0100 |
---|---|---|
committer | MartB <mart.b@outlook.de> | 2019-12-10 17:26:10 +0100 |
commit | c6122af7ea9918439abc20c32603197045259b27 (patch) | |
tree | 60cdafe14e88898a9c22da2758d3766d840a6e55 /themes | |
parent | d87169c0f60f9e7c1f8a61b2809473802093ff31 (diff) |
luci-theme-*: remove modal max-height #3383 v2
Signed-off-by: MartB <mart.b@outlook.de>
Diffstat (limited to 'themes')
4 files changed, 0 insertions, 4 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 f127501ae..89f32b06a 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1196,7 +1196,6 @@ footer { background: #fff; box-shadow: 0 0 3px #444; padding: 1em 1em .5em 1em; - max-height: 2400px; min-width: 270px; } 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 1d78edf0c..40ff001b9 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1608,7 +1608,6 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { min-width: 270px; max-width: 600px; min-height: 32px; - max-height: 2400px; margin: 5em auto; padding: 1em; border-radius: 3px !important; 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 faaaf220a..f59958494 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 @@ -226,7 +226,6 @@ hr { background: #f5f5f5; border: 1px solid #000; padding: .5em .5em .25em .5em !important; - max-height: 2400px; min-width: 270px; color: #444; } diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css index fca731cad..d74c86d22 100644 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css @@ -1389,7 +1389,6 @@ form[method="post"] + form[method="post"], min-width: 270px; max-width: 600px; min-height: 80px; - max-height: 2400px; margin: 5em auto; padding: 1em; border-radius: 20px !important; |