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

add organize now/sync prepare buttons

This commit is contained in:
Luke Pulverenti 2015-01-20 15:19:54 -05:00
parent 40fc62a233
commit a722ddc665
13 changed files with 191 additions and 210 deletions

View file

@ -1269,26 +1269,29 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.listItem a:first-child {
margin-right: 0 !important;
background-color: transparent !important;
}
.ui-page-theme-a .listItem a:first-child {
border-color: #d8d8d8 !important;
}
.ui-page-theme-b .listItem a:first-child {
border-color: #383838 !important;
}
.listItem a + a {
background-color: transparent !important;
z-index: 1000;
}
.listItem:hover a {
.ui-page-theme-a .listItem:hover a {
background-color: #eee !important;
}
.page[data-theme='b'] .listItem:hover a {
.ui-page-theme-b .listItem:hover a {
background-color: #333 !important;
}
.page[data-theme='b'] .listItem a:first-child {
border-color: #282828 !important;
}
@media all and (max-width: 600px) {
.itemsListview .ui-li-aside {