jellyfin-web/dashboard-ui/themes/android.css

49 lines
901 B
CSS
Raw Normal View History

2015-09-04 13:32:20 -07:00
.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs {
2015-09-27 08:00:57 -07:00
background-color: #101010;
2015-06-18 21:23:55 -07:00
}
2015-08-18 10:54:29 -07:00
.viewMenuBar.semiTransparent {
2015-09-27 08:00:57 -07:00
background-color: rgba(15, 15, 15, .50);
2015-08-18 10:54:29 -07:00
}
2015-09-04 09:20:54 -07:00
.background-theme-b {
2015-09-27 08:00:57 -07:00
background-color: #202020;
2015-06-18 21:23:55 -07:00
}
2015-09-04 09:20:54 -07:00
.backdropContainer .pageBackground {
2015-06-18 21:23:55 -07:00
background-color: rgba(20, 20,20, .94) !important;
}
.defaultBackground .cardImage {
2015-09-27 08:00:57 -07:00
background-color: #303030;
2015-06-24 06:21:33 -07:00
}
2015-06-25 18:10:56 -07:00
2015-09-16 19:33:45 -07:00
.ui-body-b .visualCardBox {
2015-06-25 18:10:56 -07:00
background: rgba(56,56,56,.85);
}
2015-07-01 22:08:05 -07:00
2015-09-27 14:02:39 -07:00
.libraryViewNav {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
2015-07-01 22:08:05 -07:00
}
2015-09-27 14:02:39 -07:00
.libraryViewNav a {
font-weight: 500 !important;
}
2015-07-01 22:08:05 -07:00
paper-tab {
2015-08-18 10:54:29 -07:00
font-weight: 500 !important;
2015-07-01 22:08:05 -07:00
}
2015-09-27 08:00:57 -07:00
.libraryViewNav .ui-btn-active {
border-bottom-color: #52B54B !important;
}
2015-09-27 14:02:39 -07:00
.channelTimeslotHeader {
border-right-color: #52B54B !important;
}
.channelTimeslotHeader, .timeslotHeader {
background: #52B54B !important;
}