1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update media info db

This commit is contained in:
Luke Pulverenti 2015-10-13 22:41:46 -04:00
parent 5c4307cf85
commit 78ff953f37
5 changed files with 18 additions and 3 deletions

View file

@ -20,9 +20,9 @@ paper-button[raised].more {
}
.channelTimeslotHeader, .timeslotHeader {
background: #FF9100;
background: #FF9100 !important;
}
.channelTimeslotHeader {
border-right-color: #FF9100;
border-right-color: #FF9100 !important;
}

View file

@ -6,7 +6,7 @@
function onPageShow() {
var page = this;
if (!$.browser.mobile) {
if (!$.browser.mobile && !page.classList.contains('itemDetailPage')) {
Backdrops.setBackdropUrl(page, 'themes/halloween/bg.jpg');
}
}