diff --git a/dashboard-ui/channelitems.html b/dashboard-ui/channelitems.html index 948b9e09c0..f0f4534bdb 100644 --- a/dashboard-ui/channelitems.html +++ b/dashboard-ui/channelitems.html @@ -7,7 +7,7 @@
- ${TabLatest} + ${TabLatest} ${TabChannels}
diff --git a/dashboard-ui/channels.html b/dashboard-ui/channels.html index 4f3ceefb09..53b2d6cae4 100644 --- a/dashboard-ui/channels.html +++ b/dashboard-ui/channels.html @@ -7,7 +7,7 @@
diff --git a/dashboard-ui/channelslatest.html b/dashboard-ui/channelslatest.html index 505c026b04..a2eb5f16a5 100644 --- a/dashboard-ui/channelslatest.html +++ b/dashboard-ui/channelslatest.html @@ -7,7 +7,7 @@
diff --git a/dashboard-ui/collections.html b/dashboard-ui/collections.html index f9b5235cb5..cbde5969b6 100644 --- a/dashboard-ui/collections.html +++ b/dashboard-ui/collections.html @@ -12,8 +12,8 @@ ${TabTrailers} ${TabCollections} ${TabGenres} - ${TabPeople} - ${TabStudios} + ${TabPeople} + ${TabStudios}
diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index 1dc4037d6e..211bfb1eea 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -48,7 +48,7 @@ } .largeCardMargin .cardBox { - margin: 7px; + margin: 8px; } /*@media all and (max-width: 600px) { @@ -184,7 +184,6 @@ text-wrap: none; white-space: nowrap; padding: 5px 4px 2px; - text-shadow: none; font-weight: 400; line-height: 1.4; } diff --git a/dashboard-ui/css/detailtable.css b/dashboard-ui/css/detailtable.css index a79759b8c9..e3c47faca4 100644 --- a/dashboard-ui/css/detailtable.css +++ b/dashboard-ui/css/detailtable.css @@ -9,7 +9,6 @@ text-align: left; width: 100%; margin: 0 auto; - text-shadow: none!important; } .stretchedDetailTable { diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 37a252d528..11d67dcb4d 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1477,3 +1477,31 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { padding-left: 1em; } } + +.latestChannelItemsDisabled .latestChannelItemsTab { + display: none !important; +} + +.studioTabDisabled .tvStudiosTab, .studioTabDisabled .movieStudiosTab { + display: none !important; +} + +.peopleTabDisabled .tvPeopleTab, .peopleTabDisabled .moviePeopleTab { + display: none !important; +} + +.tvEpisodesTabDisabled .tvEpisodesTab { + display: none !important; +} + +.musicSongsTabDisabled .musicSongsTab { + display: none !important; +} + +.musicArtistsTabDisabled .musicArtistsTab { + display: none !important; +} + +.homeLatestTabDisabled .homeLatestTab { + display: none !important; +} diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 8ce09d0aa4..9b98020ae4 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -385,7 +385,6 @@ h1 .imageLink { padding: .6em 20px .6em 0; text-decoration: none; color: inherit !important; - text-shadow: none !important; font-weight: 500 !important; font-size: 14px; vertical-align: middle; @@ -625,7 +624,6 @@ h1 .imageLink { } .footerNotification { - text-shadow: none; padding: .75em 1em; margin: 0; font-weight: normal; @@ -1131,3 +1129,27 @@ h1 + .accentButton { /* One less than jqm loading spinner, so we can combine them */ z-index: 9999998; } + +.nativeApp * { + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-touch-callout: none; + -moz-touch-callout: none; + -ms-touch-callout: none; + touch-callout: none; + -webkit-user-drag: none; + -moz-user-drag: none; + -ms-user-drag: none; + user-drag: none; +} + +.nativeApp input { + -webkit-user-select: auto !important; + -khtml-user-select: auto !important; + -moz-user-select: auto !important; + -ms-user-select: auto !important; + user-select: auto !important; +} diff --git a/dashboard-ui/css/tileitem.css b/dashboard-ui/css/tileitem.css index 682f2ddc37..d8cd0a49ab 100644 --- a/dashboard-ui/css/tileitem.css +++ b/dashboard-ui/css/tileitem.css @@ -383,7 +383,6 @@ .posterItem { margin: 5px 5px; - text-shadow: none; font-weight: normal !important; display: inline-block; position: relative; @@ -403,6 +402,5 @@ text-wrap: none; white-space: nowrap; padding: 5px 4px 4px; - text-shadow: none; font-weight: 400; } \ No newline at end of file diff --git a/dashboard-ui/episodes.html b/dashboard-ui/episodes.html index a96363884f..79f44499c4 100644 --- a/dashboard-ui/episodes.html +++ b/dashboard-ui/episodes.html @@ -13,8 +13,8 @@ ${TabShows} ${TabEpisodes} ${TabGenres} - ${TabPeople} - ${TabNetworks} + ${TabPeople} + ${TabNetworks}
diff --git a/dashboard-ui/favorites.html b/dashboard-ui/favorites.html index 0a4cacae9b..0958611ae8 100644 --- a/dashboard-ui/favorites.html +++ b/dashboard-ui/favorites.html @@ -8,7 +8,7 @@
${TabHome} - ${TabLatest} + ${TabLatest} ${TabNextUp} ${TabFavorites} ${TabUpcoming} diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index 45331e2131..d023a56c4e 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -8,7 +8,7 @@
${TabHome} - ${TabLatest} + ${TabLatest} ${TabNextUp} ${TabFavorites} ${TabUpcoming} diff --git a/dashboard-ui/itembynamedetails.html b/dashboard-ui/itembynamedetails.html index 9ce83dce8c..0d661aa8df 100644 --- a/dashboard-ui/itembynamedetails.html +++ b/dashboard-ui/itembynamedetails.html @@ -13,8 +13,8 @@ ${TabTrailers} ${TabCollections} ${TabGenres} - ${TabPeople} - ${TabStudios} + ${TabPeople} + ${TabStudios}