1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/devices/windowsphone/wp.css

43 lines
884 B
CSS
Raw Normal View History

2016-02-17 21:55:15 -05:00
html, body, .ui-btn, .pageTitle {
font-family: 'Segoe UI', Arial, sans-serif;
}
.viewMenuBar {
background-color: #000;
}
.libraryViewNav, .libraryViewNav paper-tabs {
2016-02-21 01:25:25 -05:00
background-color: #161616;
2016-02-17 21:55:15 -05:00
box-shadow: none;
text-transform: lowercase;
2016-02-21 01:25:25 -05:00
font-size: 220%;
2016-02-17 21:55:15 -05:00
}
.libraryViewNav a, paper-tab {
font-weight: 400 !important;
}
.background-theme-b, paper-dialog.background-theme-b {
background: #161616;
}
2016-02-21 01:25:25 -05:00
.libraryViewNav #selectionBar {
background-color: transparent !important;
}
.libraryViewNav .ui-btn-active, .libraryViewNav .iron-selected, .btnActiveCast {
color: #52B54B !important;
}
.libraryViewNav .ui-btn-active {
border-bottom-color: transparent;
}
.libraryPage:not(.noSecondaryNavPage) {
padding-top: 105px !important;
}
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
padding-top: 108px !important;
}