Bugfix: frio - the tabbar should be hidden if it is in the section element

This commit is contained in:
rabuzarus 2017-02-03 19:00:55 +01:00
parent 2c71d307c8
commit a71f7aefbb
1 changed files with 6 additions and 0 deletions

View File

@ -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 {