diff --git a/dashboard-ui/devices/ios/ios.css b/dashboard-ui/devices/ios/ios.css index 733b87cb74..74d5bfffa6 100644 --- a/dashboard-ui/devices/ios/ios.css +++ b/dashboard-ui/devices/ios/ios.css @@ -40,7 +40,7 @@ body:not(.dashboardDocument) .mainDrawerButton { height: 50px; } -.viewMenuBar, .libraryViewNav, paper-tabs { +.viewMenuBar, .libraryViewNav { background-color: #000; } diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index ae2066a727..43eeea4a61 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1879,7 +1879,6 @@ var AppInfo = {}; define("emby-icons", ['webcomponentsjs', "html!" + bowerPath + "/emby-icons/emby-icons.html"]); define("paper-spinner", ['webcomponentsjs', "html!" + bowerPath + "/paper-spinner/paper-spinner.html"]); - define("paper-tabs", ['webcomponentsjs', "html!" + bowerPath + "/paper-tabs/paper-tabs.html"]); define("paper-button", ["html!" + bowerPath + "/paper-button/paper-button.html"]); define("paper-icon-button", ["html!" + bowerPath + "/paper-icon-button/paper-icon-button.html"]); define("paper-radio-group", ["html!" + bowerPath + "/paper-radio-group/paper-radio-group.html"]); diff --git a/dashboard-ui/themes/holiday/style.css b/dashboard-ui/themes/holiday/style.css index 0a3033ac7f..b18b3ad442 100644 --- a/dashboard-ui/themes/holiday/style.css +++ b/dashboard-ui/themes/holiday/style.css @@ -23,7 +23,7 @@ paper-button[raised].more { border-right-color: #cc3333 !important; } -paper-tabs #selectionBar, .playedIndicator { +.playedIndicator { background-color: #cc3333 !important; } diff --git a/dashboard-ui/thirdparty/paper-button-style.css b/dashboard-ui/thirdparty/paper-button-style.css index 7e19daa4cd..a9976fb723 100644 --- a/dashboard-ui/thirdparty/paper-button-style.css +++ b/dashboard-ui/thirdparty/paper-button-style.css @@ -157,25 +157,6 @@ paper-icon-button paper-ripple { color: #444 !important; } -paper-tabs { - background-color: #020202; - color: #fff; - box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); -} - -paper-tab { - text-transform: uppercase; - font-weight: 400; -} - -paper-tabs #selectionBar { - background-color: #52B54B !important; -} - -paper-tabs paper-ripple { - color: #52B54B !important; -} - paper-fab { vertical-align: middle; display: inline-flex !important;