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

update shared components

This commit is contained in:
Luke Pulverenti 2016-08-03 00:30:22 -04:00
parent db0bac5a2b
commit ff0882ba79
18 changed files with 87 additions and 73 deletions

View file

@ -1,4 +1,4 @@
[is="emby-input"] {
.emby-input {
display: block;
margin: 0;
margin-bottom: 0 !important;
@ -33,12 +33,12 @@
transition: all .2s ease-out;
}
.inputLabel.blank:not(.nofloat) {
transform-origin: left top;
transform: scale(1.3,1.3) translateY(86%);
}
.inputLabel-float {
transform-origin: left top;
transform: scale(1.3,1.3) translateY(86%);
}
.inputLabel.focused:not(.blank) {
.inputLabelFocused {
color: #52B54B;
}
@ -53,7 +53,7 @@
transform-origin: center center;
}
[is="emby-input"]:focus + .emby-input-selectionbar {
.emby-input:focus + .emby-input-selectionbar {
background-color: #52B54B;
transform: none;
}