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

update components

This commit is contained in:
Luke Pulverenti 2016-08-20 02:27:48 -04:00
parent 1846f1afcf
commit 965bf947c8
16 changed files with 111 additions and 63 deletions

View file

@ -1,6 +1,7 @@
.emby-tab-button {
background: transparent;
border: 0 !important;
border: 2px solid transparent !important;
border-width: 0 0 2px 0 !important;
cursor: pointer;
outline: none !important;
width: auto;
@ -23,12 +24,13 @@
overflow: hidden;
}
.emby-tab-button:focus {
font-weight: bold !important;
}
.emby-tab-button:focus {
font-weight: bold !important;
}
.emby-tab-button-active {
color: #52B54B !important;
border-color: #52B54B !important;
}
.emby-tabs-slider {
@ -39,7 +41,7 @@
position: absolute;
left: 0;
/* Need this or it will be partially covered by the drop-shadow on android */
bottom: 1px;
bottom: 0;
height: 2px;
z-index: 1000;
background: #52B54B;