1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove unused code

This commit is contained in:
Luke Pulverenti 2016-07-26 13:21:27 -04:00
parent 8ca033b47d
commit 1bdfae7682
8 changed files with 27 additions and 102 deletions

View file

@ -116,18 +116,6 @@ h1, h1 a {
margin-top: 0;
}
.visualCardBox {
background: none !important;
-moz-box-shadow: none;
-ms-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.visualCardBox .outerCardFooter {
padding: 0;
}
.cardImage {
border-radius: 10px;
}

View file

@ -1,30 +0,0 @@
.viewMenuBar {
background-color: #000;
}
.libraryViewNav {
background-color: #161616;
box-shadow: none;
text-transform: lowercase;
font-size: 220%;
}
.background-theme-b, .dialog.background-theme-b {
background: #161616;
}
.pageTabButton.is-active .pageTabButtonSelectionBar {
display: none !important;
}
.libraryViewNav .pageTabButton.is-active {
color: #52B54B !important;
}
.libraryPage:not(.noSecondaryNavPage) {
padding-top: 105px !important;
}
.pageWithAbsoluteTabs:not(.noSecondaryNavPage) {
padding-top: 108px !important;
}