diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index ba94ad91a..bfa482ffd 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -259,14 +259,14 @@ @media all and (min-width: 800px) { .dashboardDocument .dashboardMenuButton { - display: none; + display: none !important; } } @media all and (max-width: 800px) { .dashboardDocument .libraryMenuButton { - display: none; + display: none !important; } } @@ -282,10 +282,10 @@ /* They can use the left menu */ .dashboardEntryHeaderButton { - display: none; + display: none !important; } } .libraryDocument .dashboardMenuButton { - display: none; + display: none !important; } diff --git a/dashboard-ui/livetvchannel.html b/dashboard-ui/livetvchannel.html index 85e0c1d32..4ab92ff6a 100644 --- a/dashboard-ui/livetvchannel.html +++ b/dashboard-ui/livetvchannel.html @@ -4,7 +4,7 @@