From a71f7aefbb8cf1677236db58019053a4303f3161 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Fri, 3 Feb 2017 19:00:55 +0100 Subject: [PATCH] Bugfix: frio - the tabbar should be hidden if it is in the section element --- view/theme/frio/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 74eb25d08b..7f74ed55f6 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1719,6 +1719,12 @@ img.acpopup-img { } /* Menubar Tabs */ +section > ul.tabbar { +/* The tabbar shouldn't' be visibile inside +the section element. Only after we have +moved it to the nav through js */ + display: none !important; +} #tabmenu, .tabbar, .tabbar > li {