1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update guide style

This commit is contained in:
Luke Pulverenti 2016-12-12 00:41:24 -05:00
parent 1f519c45c7
commit 7d752911cb
15 changed files with 268 additions and 176 deletions

View file

@ -8,7 +8,7 @@
width: auto;
font-family: inherit;
font-size: inherit;
color: #aaa !important;
color: #aaa;
display: inline-block;
vertical-align: middle;
flex-shrink: 0;
@ -17,7 +17,7 @@
transition: none !important;
position: relative;
text-transform: uppercase;
font-weight: bold !important;
font-weight: bold;
height: auto;
min-width: initial;
line-height: initial;
@ -26,11 +26,11 @@
}
.emby-tab-button:focus {
font-weight: bold !important;
font-weight: bold;
}
.emby-tab-button-active {
color: #52B54B !important;
color: #52B54B;
border-color: #52B54B;
}