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

41 lines
815 B
CSS
Raw Normal View History

2015-10-13 02:31:20 -04:00
.ui-body-b h1, .ui-body-b h2 {
color: #FF9100;
}
2015-10-26 01:29:32 -04:00
.viewMenuBar, .halloweenInfoButton {
2015-10-13 02:31:20 -04:00
color: #FF9100 !important;
}
2015-10-13 15:22:45 -04:00
.barsMenuButton {
color: #FF9100 !important;
}
2015-10-13 02:31:20 -04:00
.libraryViewNav .ui-btn-active {
border-bottom-color: #FF9100 !important;
color: #FF9100 !important;
}
2016-10-19 02:27:02 -04:00
.button-submit, .button-accent {
background: #FF9100 !important;
2015-10-13 02:31:20 -04:00
}
.channelTimeslotHeader, .timeslotHeader {
2015-10-13 22:41:46 -04:00
background: #FF9100 !important;
2015-10-13 02:31:20 -04:00
}
.channelTimeslotHeader {
2015-10-13 22:41:46 -04:00
border-right-color: #FF9100 !important;
2015-10-13 02:31:20 -04:00
}
2016-10-19 02:27:02 -04:00
.emby-tab-button-active, .ui-body-b .emby-tab-button-active {
color: #FF9100 !important;
border-color: #FF9100 !important;
}
.darkDrawer .sidebarLink.selectedSidebarLink, .darkDrawer .selectedMediaFolder {
color: #FF9100 !important;
}
.visualCardBox-cardFooter {
color: #FF9100;
}