From: Jo-Philipp Wich Date: Fri, 23 Nov 2018 06:44:30 +0000 (+0100) Subject: luci-base: CSS accessibility improvements for modal dialog X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=12ed0274a9c9f470770138be6a195267f6228104;p=oweals%2Fluci.git luci-base: CSS accessibility improvements for modal dialog Signed-off-by: Jo-Philipp Wich --- 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 f6ea9645f..f8133833e 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 @@ -211,6 +211,7 @@ hr { -webkit-overflow-scrolling: touch; transition: opacity .125s ease-in; opacity: 0; + visibility: hidden; } .modal { @@ -250,6 +251,7 @@ body.modal-overlay-active #modal_overlay { left: 0; right: 0; opacity: 1; + visibility: visible; } .warning {