update shared collection editor

This commit is contained in:
Luke Pulverenti 2016-05-22 00:17:28 -04:00
parent 69fad5e57d
commit dcb6b103ec
10 changed files with 133 additions and 44 deletions

View file

@ -14,28 +14,31 @@
font-size: inherit;
/* General select styles: change as needed */
font-family: inherit;
font-weight: bold;
font-weight: inherit;
color: inherit;
padding: .6em .8em .3em 0;
cursor: pointer;
outline: none !important;
width: 100%;
}
.selectLabel {
display: block;
}
.selectLabelFocus {
.selectLabelFocused {
color: #52B54B;
}
.emby-select-selectionbar {
height: 2px;
transform: scale(.01);
transition: transform .2s ease-out;
transform: scale(.01, 1);
transition: transform .25s ease-out;
position: relative;
top: -1px;
margin-bottom: .5em;
-webkit-transform-origin: center center;
transform-origin: center center;
}
[is="emby-select"]:focus + .emby-select-selectionbar {