mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tabs
This commit is contained in:
parent
146daaccd0
commit
f2e329c22d
11 changed files with 84 additions and 81 deletions
|
@ -209,7 +209,7 @@
|
|||
width: auto;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
color: #999 !important;
|
||||
color: #aaa !important;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
flex-shrink: 0;
|
||||
|
@ -223,6 +223,7 @@
|
|||
min-width: initial;
|
||||
line-height: initial;
|
||||
border-radius: 0 !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.libraryViewNav .pageTabButton:hover {
|
||||
|
@ -241,22 +242,18 @@
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.libraryViewNav .pageTabButton:after {
|
||||
content: '';
|
||||
.pageTabButtonSelectionBar {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
border: 0;
|
||||
bottom: 0;
|
||||
height: 2px;
|
||||
transition: all .2s cubic-bezier(.4,0,1,1);
|
||||
right: 0;
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
border-radius: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.libraryViewNav .pageTabButton.is-active:after {
|
||||
transform: none;
|
||||
.pageTabButton.is-active .pageTabButtonSelectionBar {
|
||||
background: #52B54B;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue