1
0
Fork 0
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:
Bond_009 2019-01-21 20:01:38 +01:00
parent b4d9b37cbd
commit e4392078ab

View file

@ -112,8 +112,8 @@ div[data-role=controlgroup] a[data-role=button]+a[data-role=button] {
} }
div[data-role=controlgroup] a.ui-btn-active { div[data-role=controlgroup] a.ui-btn-active {
background: #38c !important; background: #00a4dc !important;
color: #fff !important color: #292929 !important
} }
.header .imageLink { .header .imageLink {
@ -479,10 +479,6 @@ a[data-role=button] {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-webkit-user-select: none; -webkit-user-select: none;
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
-webkit-border-radius: .3125em;
border-radius: .3125em;
border: 1px solid #ddd !important;
color: #333 !important;
cursor: pointer !important; cursor: pointer !important;
font-family: inherit !important; font-family: inherit !important;
font-weight: 500 !important; font-weight: 500 !important;
@ -491,7 +487,7 @@ a[data-role=button] {
padding: .8em 1em; padding: .8em 1em;
text-align: center; text-align: center;
text-decoration: none !important; text-decoration: none !important;
background: #f6f6f6 !important background: #292929 !important;
} }
@-webkit-keyframes rotating { @-webkit-keyframes rotating {