Update master.css

This commit is contained in:
noxy 2017-11-25 23:15:15 +00:00
parent f927534eb5
commit 024f280e07

View File

@ -94,7 +94,7 @@ a#next, a#prev {
.audiojs { .audiojs {
height: 360px; height: 360px;
width: 640px; width: 640px;
background-color: #262626; background-color: transparent;
} }
input, select, textarea { input, select, textarea {
@ -127,3 +127,8 @@ input, select, textarea {
img#f0ck-image { img#f0ck-image {
max-width: 420px; max-width: 420px;
} }
.vjs-audio.vjs-has-started .vjs-poster {
display: block;
background-size: cover;
}