jellyfish-web/dashboard-ui/themes/android.css
2015-09-24 13:08:10 -04:00

31 lines
584 B
CSS

.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs {
background-color: #1b1b1b;
}
.viewMenuBar.semiTransparent {
background-color: rgba(27, 27, 27, .6);
}
.background-theme-b {
background-color: #2b2b2b;
}
.backdropContainer .pageBackground {
background-color: rgba(20, 20,20, .94) !important;
}
.defaultBackground .cardImage {
background-color: #383838;
}
.ui-body-b .visualCardBox {
background: rgba(56,56,56,.85);
}
.libraryViewNav a {
font-weight: 500 !important;
}
paper-tab {
font-weight: 500 !important;
}