|
|
|
@ -90,3 +90,30 @@ |
|
|
|
|
.mejs__captions-layer a { |
|
|
|
|
color: #000; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* HACKS */ |
|
|
|
|
.mejs__time-total { |
|
|
|
|
background: white; |
|
|
|
|
border-radius:3px; |
|
|
|
|
} |
|
|
|
|
.mejs__time-loaded { |
|
|
|
|
background: rgb(142, 191, 255); |
|
|
|
|
border-radius:3px; |
|
|
|
|
} |
|
|
|
|
.mejs__time-current, .mejs__time-handle-content { |
|
|
|
|
background: #00448c; |
|
|
|
|
border-radius:3px; |
|
|
|
|
} |
|
|
|
|
.mejs__time-hovered.negative { |
|
|
|
|
background: rgba(255, 255, 255, 0.4); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.mejs__container { |
|
|
|
|
width: 500px !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
div#player { |
|
|
|
|
width: 500px !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|