mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix user tabs
This commit is contained in:
parent
b4d9b37cbd
commit
e4392078ab
1 changed files with 3 additions and 7 deletions
|
@ -112,8 +112,8 @@ div[data-role=controlgroup] a[data-role=button]+a[data-role=button] {
|
|||
}
|
||||
|
||||
div[data-role=controlgroup] a.ui-btn-active {
|
||||
background: #38c !important;
|
||||
color: #fff !important
|
||||
background: #00a4dc !important;
|
||||
color: #292929 !important
|
||||
}
|
||||
|
||||
.header .imageLink {
|
||||
|
@ -479,10 +479,6 @@ a[data-role=button] {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-user-select: none;
|
||||
-webkit-background-clip: padding-box;
|
||||
-webkit-border-radius: .3125em;
|
||||
border-radius: .3125em;
|
||||
border: 1px solid #ddd !important;
|
||||
color: #333 !important;
|
||||
cursor: pointer !important;
|
||||
font-family: inherit !important;
|
||||
font-weight: 500 !important;
|
||||
|
@ -491,7 +487,7 @@ a[data-role=button] {
|
|||
padding: .8em 1em;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
background: #f6f6f6 !important
|
||||
background: #292929 !important;
|
||||
}
|
||||
|
||||
@-webkit-keyframes rotating {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue