jellyfish-web/src/bower_components/emby-webcomponents/emby-tabs/emby-tabs.css

48 lines
935 B
CSS
Raw Normal View History

.emby-tab-button {
background: transparent;
2018-10-23 01:13:23 +03:00
box-shadow: none;
cursor: pointer;
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;
position: relative;
2018-10-23 01:13:23 +03:00
height: auto;
min-width: initial;
line-height: initial;
border-radius: 0 !important;
overflow: hidden;
font-weight: 600;
2018-10-23 01:13:23 +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 {
background: rgba(0,0,0,.7) !important;
2018-10-23 01:13:23 +03:00
}
.tabContent:not(.is-active) {
display: none;
}