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

update tab fade

This commit is contained in:
Luke Pulverenti 2015-09-21 14:39:18 -04:00
parent 88dc11d90f
commit 4ef47844d8
6 changed files with 56 additions and 51 deletions

View file

@ -1,4 +1,8 @@
/* Fixes the issue of jqm panels altering the page background. */
.hidingAnimatedTab{
visibility: hidden;
}
/* Fixes the issue of jqm panels altering the page background. */
.ui-panel-content-wrap {
background: none !important;
}