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-04-25 23:52:21 -04:00
parent 7c771f22e2
commit e8c224ae0b
4 changed files with 13 additions and 9 deletions

View file

@ -127,6 +127,10 @@
transition: opacity ease-out 0.2s;
}
.mouseIdle .dialog::backdrop {
cursor: none !important;
}
.dialog.opened::backdrop {
opacity: .6;
}