Twenty Twelve: fix button active state to avoid a 2px shift, fixes #22825. Props ocean90.
git-svn-id: https://develop.svn.wordpress.org/trunk@23426 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ead92fb39d
commit
412b37a490
@ -300,7 +300,7 @@ input[type="reset"]:active {
|
|||||||
background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
|
background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
|
||||||
background-image: linear-gradient(top, #ebebeb, #e1e1e1);
|
background-image: linear-gradient(top, #ebebeb, #e1e1e1);
|
||||||
box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
|
box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
|
||||||
border: none;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
li.bypostauthor cite span {
|
li.bypostauthor cite span {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Loading…
Reference in New Issue
Block a user