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