Reset responsive styles for the checkbox in auth check window.
props iammattthomas. fixes #26360. git-svn-id: https://develop.svn.wordpress.org/trunk@26532 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0c0a90bfc1
commit
f2ca7ece13
@ -12886,12 +12886,14 @@ li#wp-admin-bar-menu-toggle {
|
|||||||
padding: 7px 12px;
|
padding: 7px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.interim-login input[type=checkbox],
|
||||||
.press-this input[type=checkbox],
|
.press-this input[type=checkbox],
|
||||||
.press-this input[type=radio] {
|
.press-this input[type=radio] {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.interim-login input[type=checkbox]:checked:before,
|
||||||
.press-this input[type=checkbox]:checked:before {
|
.press-this input[type=checkbox]:checked:before {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
font: normal 21px/1 'dashicons';
|
font: normal 21px/1 'dashicons';
|
||||||
|
Loading…
Reference in New Issue
Block a user