update to jquery mobile 1.4.3
This commit is contained in:
parent
db0a6eb632
commit
5bec78f61f
218 changed files with 116 additions and 89 deletions
|
@ -24,6 +24,9 @@
|
|||
background-color: #000;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
||||
/* Without this the buttons displayed over the video surface will not be clickable in safari. */
|
||||
-webkit-transform-style: preserve-3d
|
||||
}
|
||||
|
||||
.videoControls {
|
||||
|
@ -107,7 +110,7 @@
|
|||
***************************************/
|
||||
|
||||
#videoPlayer,
|
||||
#videoPlayer .itemVideo {
|
||||
.itemVideo {
|
||||
position: fixed !important;
|
||||
top: 0 !important;
|
||||
bottom: 0 !important;
|
||||
|
@ -121,6 +124,10 @@
|
|||
max-height: 100%;
|
||||
}
|
||||
|
||||
/* Hack for safari because it doesn't allow clickable content over the video surface. */
|
||||
.itemVideo { (;top: 60px!important;); }
|
||||
.itemVideo { [;top: 60px!important;]; }
|
||||
|
||||
#mediaPlayer .ui-slider-track, .nowPlayingBar .ui-slider-track, .nowPlayingPage .ui-slider-track {
|
||||
border-color: #2ad !important;
|
||||
height: 2px!important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue