mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 14:45:45 +01:00
6861353737
props markjaquith, davidjlaietta. fixes #24896. git-svn-id: http://core.svn.wordpress.org/trunk@24948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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;
|
|
}
|