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:
parent
db0bac5a2b
commit
ff0882ba79
18 changed files with 87 additions and 73 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue