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

more jqm tear down

This commit is contained in:
Luke Pulverenti 2015-09-03 13:35:08 -04:00
parent 6bf7ea2ea5
commit a310b3aa39
8 changed files with 15 additions and 407 deletions

View file

@ -429,7 +429,7 @@ h1 a:hover {
margin: -10px 0 0 -10px;
}
input:not(.paper-input):not(.likePaperText):not([type='checkbox']):not([type='radio']) {
input:not(.paper-input):not(.likePaperText):not([type='checkbox']):not([type='radio']):not([type='file']) {
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
-webkit-rtl-ordering: logical;
@ -482,13 +482,17 @@ select {
font-family: inherit;
font-weight: bold;
color: inherit;
padding: .6em 1.9em .5em .8em;
line-height: 1.3;
padding: .6em .8em .5em .8em;
text-align: center;
}
.ui-page-theme-b select {
border-color: #444;
border-color: #1f1f1f;
background: #373737;
}
.ui-page-theme-b select option {
color: #fff;
}
.smoothScrollX {