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

remove mono compiler directives

This commit is contained in:
Luke Pulverenti 2014-10-06 19:58:46 -04:00
parent e53b184e77
commit 7ad3b6c430
25 changed files with 190 additions and 211 deletions

View file

@ -166,6 +166,18 @@
z-index: 1000;
background-image: linear-gradient(#1a1a1a,#1a1a1a);
border-bottom: 1px solid #111;
text-align: center;
font-size: 14px;
white-space: nowrap;
padding: 0 0 0;
overflow-x: scroll;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
.libraryViewNav::-webkit-scrollbar {
height: 0 !important;
display: none;
}
.viewMenuLink {
@ -290,15 +302,6 @@
background-color: #222;
}
.libraryViewNavInner {
text-align: center;
font-size: 14px;
white-space: nowrap;
padding: 0 0 0;
overflow-x: auto;
height: 61px;
}
.libraryViewNav .ui-btn-active {
border-bottom-color: #38c;
color: #fff !important;