Twenty Fourteen: improve styles for media "play" button. Props iamtakashi, closes #26469.
git-svn-id: https://develop.svn.wordpress.org/trunk@29168 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4024ffdabc
commit
6b86010ec2
@ -620,21 +620,21 @@ img {
|
|||||||
.mejs-overlay-button {
|
.mejs-overlay-button {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border-radius: 10px;
|
border-radius: 2px;
|
||||||
box-shadow: 1px 1px 1px rgba(0,0,0,.8);
|
box-shadow: 1px 1px 1px rgba(0,0,0,.8);
|
||||||
color: #000;
|
color: #000;
|
||||||
height: 48px;
|
height: 36px;
|
||||||
margin: -24px 0 0 -32px;
|
margin-left: -24px;
|
||||||
width: 64px;
|
width: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mejs-overlay-button:before {
|
.mejs-overlay-button:before {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
content: '\f452';
|
content: '\f452';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal 48px/1 Genericons;
|
font: normal 32px/1.125 Genericons;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 1px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1378,21 +1378,21 @@ a.post-thumbnail:hover {
|
|||||||
.hentry .mejs-overlay-button {
|
.hentry .mejs-overlay-button {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border-radius: 10px;
|
border-radius: 2px;
|
||||||
box-shadow: 1px 1px 1px rgba(0,0,0,.8);
|
box-shadow: 1px 1px 1px rgba(0,0,0,.8);
|
||||||
color: #000;
|
color: #000;
|
||||||
height: 48px;
|
height: 36px;
|
||||||
margin: -24px 0 0 -32px;
|
margin-left: -24px;
|
||||||
width: 64px;
|
width: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hentry .mejs-overlay-button:before {
|
.hentry .mejs-overlay-button:before {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
content: '\f452';
|
content: '\f452';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal 48px/1 Genericons;
|
font: normal 32px/1.125 Genericons;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 1px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user