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

28 lines
556 B
CSS
Raw Normal View History

2015-07-01 22:08:05 -07:00
.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs {
background-color: #1b1b1b;
2015-06-18 21:23:55 -07:00
}
2015-07-01 22:08:05 -07:00
.ui-page-theme-b:not(.pageWithAbsoluteTabs), .pageWithAbsoluteTabs .pageBackground {
background-color: #2b2b2b;
2015-06-18 21:23:55 -07:00
}
.backdropPage.ui-page-theme-b {
background-color: rgba(20, 20,20, .94) !important;
}
.defaultBackground .cardImage {
background-color: #383838;
2015-06-24 06:21:33 -07:00
}
2015-06-25 18:10:56 -07:00
.ui-page-theme-b .visualCardBox {
background: rgba(56,56,56,.85);
}
2015-07-01 22:08:05 -07:00
.libraryViewNav a {
font-weight: 500!important;
}
paper-tab {
font-weight: 500!important;
}