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:
parent
5c4307cf85
commit
78ff953f37
5 changed files with 18 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue