diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 1cb1efd3d5..80d74da6bf 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -62,30 +62,27 @@ border-width: 0 !important; } -.libraryMenuButton { - /*padding-left: 10px; - opacity: .85;*/ +.libraryMenuButton img { + border: 1px solid #444 !important; + padding: .5em; + background-color: #181818; + border-radius: 5px; + height: 14px!important; } -.headerHomeButton { - padding-right: 0!important; +.libraryMenuButton:hover { + opacity: 1!important; } - .libraryMenuButton img, .headerHomeButton img { - border: 1px solid #444 !important; - padding: .5em; - background-color: #181818; - border-radius: 5px; - height: 14px!important; - } +.libraryMenuButton img:hover { + background-color: #38c; +} - .libraryMenuButton:hover { - opacity: 1!important; - } - - .libraryMenuButton img:hover, .headerHomeButton img:hover { - background-color: #38c; +@media all and (min-width: 600px) { + .libraryMenuButton { + opacity: .9; } +} .libraryMenuButtonText { color: #fff !important; @@ -321,14 +318,6 @@ color: #ddd; } -@media all and (max-width: 600px) { - - .headerSettingsButton { - display: none; - } -} - - @media all and (max-width: 500px) { .libraryMenuButtonText { diff --git a/dashboard-ui/movies.html b/dashboard-ui/movies.html index ffaf9c7259..71f8adbad0 100644 --- a/dashboard-ui/movies.html +++ b/dashboard-ui/movies.html @@ -4,7 +4,7 @@