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

32 lines
597 B
CSS
Raw Normal View History

2015-09-03 19:40:54 -07:00
.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs, html {
2015-07-01 22:08:05 -07:00
background-color: #1b1b1b;
2015-06-18 21:23:55 -07:00
}
2015-08-18 10:54:29 -07:00
.viewMenuBar.semiTransparent {
2015-08-22 10:50:37 -07:00
background-color: rgba(27, 27, 27, .75);
2015-08-18 10:54:29 -07:00
}
2015-09-04 09:20:54 -07:00
.background-theme-b {
background-color: #242424;
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 {
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 {
2015-08-18 10:54:29 -07:00
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
}