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

update search

This commit is contained in:
Luke Pulverenti 2016-07-12 13:17:15 -04:00
parent b90d8515b1
commit 6d832b2699
4 changed files with 21 additions and 11 deletions

View file

@ -45,14 +45,14 @@ body:not(.dashboardDocument) .mainDrawerButton {
box-shadow: none !important;
}
.viewMenuBar.semiTransparent {
background-color: #000;
}
.viewMenuBar.semiTransparent {
background-color: #000;
}
.libraryViewNav .pageTabButton {
font-weight: 400;
text-transform: none;
}
.libraryViewNav .pageTabButton {
font-weight: 400;
text-transform: none;
}
.pageTabButton.is-active .pageTabButtonSelectionBar {
display: none !important;
@ -163,3 +163,7 @@ h1, h1 a {
.searchBackButton {
display: none !important;
}
.searchPageSearchButton {
display: inline-flex!important;
}