jellyfin-web/dashboard-ui/themes/halloween/style.css

29 lines
500 B
CSS
Raw Normal View History

2015-10-12 23:31:20 -07:00
.ui-body-b h1, .ui-body-b h2 {
color: #FF9100;
}
2015-10-25 22:29:32 -07:00
.viewMenuBar, .halloweenInfoButton {
2015-10-12 23:31:20 -07:00
color: #FF9100 !important;
}
2015-10-13 12:22:45 -07:00
.barsMenuButton {
color: #FF9100 !important;
}
2015-10-12 23:31:20 -07:00
.libraryViewNav .ui-btn-active {
border-bottom-color: #FF9100 !important;
color: #FF9100 !important;
}
paper-button[raised].more {
background: #FF9100;
}
.channelTimeslotHeader, .timeslotHeader {
2015-10-13 19:41:46 -07:00
background: #FF9100 !important;
2015-10-12 23:31:20 -07:00
}
.channelTimeslotHeader {
2015-10-13 19:41:46 -07:00
border-right-color: #FF9100 !important;
2015-10-12 23:31:20 -07:00
}