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/ios/ios.css

107 lines
1.8 KiB
CSS
Raw Normal View History

2016-03-12 15:16:42 -05:00
html {
2015-09-24 13:08:10 -04:00
font-size: 15px;
}
2016-04-28 15:11:43 -04:00
body:not(.dashboardDocument) .mainDrawerButton {
display: none !important;
}
2015-09-24 13:08:10 -04:00
.ui-body-b select {
-webkit-appearance: none;
2015-09-23 12:16:06 -04:00
}
2015-09-25 01:15:29 -04:00
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
padding-top: 88px !important;
}
.libraryPage:not(.noSecondaryNavPage) {
padding-top: 85px !important;
}
2015-09-11 12:26:06 -04:00
.backdropContainer {
/* This isn't implemented right and ends up looking terrible */
background-attachment: initial;
}
2015-09-23 12:42:35 -04:00
.viewMenuBar {
/* It needs this in order to retain height since we're positioning the contents absolutely */
height: 50px;
}
2016-09-27 01:13:56 -04:00
.ui-body-b .libraryViewNav {
box-shadow: none;
}
2016-09-25 14:39:13 -04:00
/*.viewMenuBar, .ui-body-b .libraryViewNav {
background: rgba(34,35,38,.90);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
.viewMenuBar.semiTransparent {
background-color: rgba(15, 15, 15, .3);
}*/
2016-08-20 15:58:57 -04:00
.emby-tab-button {
2016-07-12 13:17:15 -04:00
font-weight: 400;
2016-08-26 13:24:04 -04:00
text-transform: none !important;
2016-08-20 02:27:48 -04:00
border-color: transparent !important;
2016-08-20 15:58:57 -04:00
border-width: 0 !important;
2016-08-20 02:27:48 -04:00
}
2015-12-14 10:43:03 -05:00
.criticReviewPaperList {
background-color: #262626;
}
2015-09-23 22:31:40 -04:00
.settingsMenuHeader {
display: none;
}
2015-06-16 00:52:01 -04:00
h1, h1 a {
font-weight: 400 !important;
}
.libraryMenuButtonText {
font-weight: 500 !important;
}
2015-06-16 00:52:01 -04:00
.btnNotificationsInner {
font-weight: 400;
}
2016-09-25 14:39:13 -04:00
.cardImageContainer {
border-radius: 8px;
}
2015-09-23 12:16:06 -04:00
.noSecondaryNavPage .itemBackdrop {
margin-top: 0;
}
2015-06-22 11:43:19 -04:00
.sidebarLinkText {
font-weight: 400 !important;
}
2015-06-27 19:18:09 -04:00
2016-02-25 01:09:10 -05:00
.videoSubtitles {
2016-02-25 21:41:43 -05:00
font-size: 200% !important;
2016-02-25 01:09:10 -05:00
}
2016-06-08 01:24:25 -04:00
2016-07-15 15:54:34 -04:00
.txtSearch {
padding-bottom: .5em !important;
text-indent: 0 !important;
}
.searchInputContainer {
margin-left: 5%;
margin-right: 5%;
2016-07-12 13:17:15 -04:00
}
2016-07-21 14:40:49 -04:00
2016-08-26 13:24:04 -04:00
.categorySyncButton, .btnSync {
2016-07-21 14:40:49 -04:00
display: none !important;
}
2016-09-25 14:39:13 -04:00
.dialog.background-theme-b {
background: rgba(28,28,28,.88);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}