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

reduce use of jqmlistview

This commit is contained in:
Luke Pulverenti 2016-08-20 15:58:57 -04:00
parent bfc4f255ed
commit f53cb1ca8a
9 changed files with 164 additions and 200 deletions

View file

@ -1,7 +1,7 @@
.emby-tab-button {
background: transparent;
border: 2px solid transparent !important;
border-width: 0 0 2px 0 !important;
border: 2px solid transparent;
border-width: 0 0 2px 0;
cursor: pointer;
outline: none !important;
width: auto;
@ -24,13 +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;
border-color: #52B54B;
}
.emby-tabs-slider {