Fix incorrect -mox prefixes in CSS.
props morganestes. fixes #26702 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@26887 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6f00e4be7e
commit
15470535c3
@ -305,7 +305,7 @@ body.rtl,
|
||||
display: block;
|
||||
max-width: none;
|
||||
box-sizing: border-box;
|
||||
-mox-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -12375,7 +12375,7 @@ li#wp-admin-bar-menu-toggle {
|
||||
display: block;
|
||||
max-width: none;
|
||||
box-sizing: border-box;
|
||||
-mox-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
}
|
||||
|
||||
input[type=text].small-text,
|
||||
@ -12394,7 +12394,7 @@ li#wp-admin-bar-menu-toggle {
|
||||
#pass-strength-result {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
-mox-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user