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 2015-09-23 22:31:40 -04:00
parent 8dd2c5d717
commit cc428aac1d
34 changed files with 814 additions and 549 deletions

View file

@ -1,4 +1,4 @@
.hidingAnimatedTab{
.hidingAnimatedTab {
visibility: hidden;
}
@ -1212,17 +1212,17 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
line-height: 1;
}
.alphabetPicker a {
display: block;
text-decoration: none;
padding: 1px 5px 1px 10px;
font-weight: 500;
}
.alphabetPicker a:not(.selectedCharacter) {
color: #bbb !important;
.alphabetPicker a {
display: block;
text-decoration: none;
padding: 1px 5px 1px 10px;
font-weight: 500;
}
.alphabetPicker a:not(.selectedCharacter) {
color: #bbb !important;
}
.selectedCharacter {
color: #4d90fe !important;
@ -1493,10 +1493,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
background-position: center center;
}
.ui-body-b .listItem:hover {
background-color: rgba(51,51,51,.6) !important;
}
.listViewUserDataButtons {
visibility: hidden;
}

View file

@ -382,7 +382,7 @@ h2 {
font-weight: 500 !important;
}
h1 a {
a {
text-decoration: none;
}