mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update stream selection
This commit is contained in:
parent
49f8917315
commit
2300b96924
7 changed files with 17 additions and 13 deletions
|
@ -1,7 +1,3 @@
|
|||
.libraryViewNav {
|
||||
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
|
||||
.libraryViewNav a, paper-tab, paper-tab a {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.libraryViewNav a, paper-tab {
|
||||
font-weight: 500 !important;
|
||||
}
|
|
@ -44,6 +44,10 @@
|
|||
background-color: #000;
|
||||
}
|
||||
|
||||
.libraryViewNav {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.libraryViewNav a {
|
||||
font-weight: 400;
|
||||
text-transform: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue