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

update components

This commit is contained in:
Luke Pulverenti 2016-08-02 21:32:16 -04:00
parent 823f69bb92
commit db0bac5a2b
22 changed files with 113 additions and 91 deletions

View file

@ -1,4 +1,4 @@
[is="emby-select"] {
.emby-select {
display: block;
margin: 0;
margin-bottom: 0 !important;
@ -25,7 +25,7 @@
appearance: none;
}
[is="emby-select"] option {
.emby-select option {
color: initial;
}
@ -64,7 +64,7 @@
transform-origin: center center;
}
[is="emby-select"]:focus + .emby-select-selectionbar {
.emby-select:focus + .emby-select-selectionbar {
background-color: #52B54B;
transform: none;
}