wp/wp-includes/js/mediaelement/wp-mediaelement.css
author ymh <ymh.work@gmail.com>
Wed, 06 Nov 2013 03:21:17 +0000
changeset 0 d970ebf37754
child 5 5e2f62d02dcd
permissions -rw-r--r--
first import
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
.mejs-container, .mejs-embed, .mejs-embed body {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
	background: #464646;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
.mejs-controls .mejs-time-rail .mejs-time-loaded {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
	background: #21759b;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
.mejs-controls .mejs-time-rail .mejs-time-current {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
	background: #d54e21;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
.me-cannotplay {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
	width: auto !important;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
}