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

kill off jqm selectmenu

This commit is contained in:
Luke Pulverenti 2015-09-03 13:01:51 -04:00
parent 036c620dac
commit 6bf7ea2ea5
52 changed files with 164 additions and 429 deletions

View file

@ -465,6 +465,32 @@ input:not(.paper-input):not(.likePaperText):not([type='checkbox']):not([type='ra
border-radius: 4px;
}
select {
width: 100%;
margin: 0 0 .5em 0;
background: none;
border: 1px solid rgb(221, 221, 221);
border-radius: 3px;
/* Prefixed box-sizing rules necessary for older browsers */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* Remove select styling */
/* Font size must the 16px or larger to prevent iOS page zoom on focus */
font-size: inherit;
/* General select styles: change as needed */
font-family: inherit;
font-weight: bold;
color: inherit;
padding: .6em 1.9em .5em .8em;
line-height: 1.3;
text-align: center;
}
.ui-page-theme-b select {
border-color: #444;
}
.smoothScrollX {
overflow-x: scroll;
-webkit-overflow-scrolling: touch;