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

update listview

This commit is contained in:
Luke Pulverenti 2015-09-04 13:40:56 -04:00
parent 869ad8f59d
commit 6d3000e316
3 changed files with 11 additions and 15 deletions

View file

@ -1508,6 +1508,11 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.itemsListview .listItem {
border-bottom: 1px solid #303030;
padding-left: 0;
padding-right: 0;
}
.itemsListview .listviewMenuButton {
margin-right: 0 !important;
}
.itemsListview .ui-li-count {
@ -1554,15 +1559,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
background-position: center center;
}
button.listviewMenuButton {
padding-left: 20px !important;
font-size: 20px;
}
paper-icon-button.listviewMenuButton {
margin-left: 20px !important;
}
.ui-page-theme-b .listItem:hover {
background-color: rgba(51,51,51,.6) !important;
}