mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update music tabs
This commit is contained in:
parent
2fd65cdcd9
commit
48da4f1c8d
21 changed files with 1160 additions and 1029 deletions
|
@ -195,7 +195,6 @@
|
|||
|
||||
|
||||
.libraryViewNav {
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
display: block;
|
||||
text-align: center;
|
||||
|
@ -224,8 +223,17 @@
|
|||
height: auto;
|
||||
min-width: initial;
|
||||
line-height: initial;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.libraryViewNav .pageTabButton:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.libraryViewNav .pageTabButton:active {
|
||||
background-color: rgba(100,100,100, 0.20);
|
||||
}
|
||||
|
||||
.libraryViewNav .pageTabButton:focus {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
@ -234,19 +242,20 @@
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.libraryViewNav .pageTabButton:before {
|
||||
.libraryViewNav .pageTabButton:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
border: 0;
|
||||
bottom: 0;
|
||||
height: 2px;
|
||||
transition: all .12s cubic-bezier(.4,0,1,1);
|
||||
transition: all .2s cubic-bezier(.4,0,1,1);
|
||||
right: 0;
|
||||
transform: translateX(-100%);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.libraryViewNav .pageTabButton.is-active:before {
|
||||
.libraryViewNav .pageTabButton.is-active:after {
|
||||
transform: none;
|
||||
background: #52B54B;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue