From 5d90e704ef33dfb9815afa9e54ba6ce60afd95a6 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 10 Dec 2018 13:40:49 +0100 Subject: luci-theme-{freifunk-generic,material,rosy}: fixup tab CSS Signed-off-by: Jo-Philipp Wich --- themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'themes/luci-theme-rosy/htdocs/luci-static/rosy') 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 6efafa3347..1ced4ed764 100644 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css @@ -568,6 +568,20 @@ td>table>tbody>tr>td, .cbi-tabmenu { background-color: #D4D4D4; } + +[data-tab-title] { + height: 0; + opacity: 0; + overflow: hidden; +} + +[data-tab-active="true"] { + opacity: 1; + height: auto; + overflow: visible; + transition: opacity .25s ease-in; +} + .cbi-section-remove:nth-of-type(2n) { background-color: #f9f9f9; } -- cgit v1.2.3