ada99c68f8
props markjaquith, davidjlaietta. fixes #24896. git-svn-id: https://develop.svn.wordpress.org/trunk@24948 602fd350-edb4-49c9-b593-d223f7449a82
16 lines
271 B
CSS
16 lines
271 B
CSS
.mejs-container, .mejs-embed, .mejs-embed body {
|
|
background: #464646;
|
|
}
|
|
|
|
.mejs-controls .mejs-time-rail .mejs-time-loaded {
|
|
background: #21759b;
|
|
}
|
|
|
|
.mejs-controls .mejs-time-rail .mejs-time-current {
|
|
background: #d54e21;
|
|
}
|
|
|
|
.me-cannotplay {
|
|
width: auto !important;
|
|
}
|