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

fix windows restart

This commit is contained in:
Luke Pulverenti 2015-09-21 21:05:33 -04:00
parent 4ef47844d8
commit 257a7d2879
18 changed files with 221 additions and 141 deletions

View file

@ -17,7 +17,7 @@
.viewMenuBar, .libraryViewNav, paper-tabs {
background-color: rgba(28,28,28,.97);
background-color: rgb(28,28,28);
}
.viewMenuBar.semiTransparent {
@ -80,10 +80,6 @@
color: #FF2D55 !important;
}
.viewMenuBar .headerButtonLeft {
color: #FF2D55 !important;
}
.channelTimeslotHeader {
border-right-color: #FF2D55 !important;
}
@ -191,4 +187,4 @@ paper-tab {
#footer {
/* Eliminate transparency to prevent clicks from passing through to the elements underneath */
background-color: rgb(26,26,26);
}
}