2018-10-23 01:13:23 +03:00
|
|
|
.emby-tab-button,
|
|
|
|
.emby-tabs-slider {
|
|
|
|
position: relative
|
|
|
|
}
|
|
|
|
|
|
|
|
.emby-tab-button {
|
|
|
|
background: 0 0;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
cursor: pointer;
|
|
|
|
outline: 0 !important;
|
|
|
|
width: auto;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
-webkit-flex-shrink: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 1em .9em;
|
|
|
|
height: auto;
|
|
|
|
min-width: initial;
|
|
|
|
line-height: initial;
|
|
|
|
-webkit-border-radius: 0 !important;
|
|
|
|
border-radius: 0 !important;
|
|
|
|
overflow: hidden;
|
|
|
|
font-weight: 600
|
|
|
|
}
|
|
|
|
|
|
|
|
.emby-tab-button.emby-button-tv:focus {
|
|
|
|
-webkit-transform: scale(1.32);
|
|
|
|
transform: scale(1.32);
|
|
|
|
-webkit-transform-origin: center center;
|
|
|
|
transform-origin: center center
|
|
|
|
}
|
|
|
|
|
|
|
|
.emby-tab-button-ripple-effect {
|
|
|
|
background: rgba(0, 0, 0, .7) !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabContent:not(.is-active) {
|
|
|
|
display: none
|
|
|
|
}
|