Fix incorrect -mox prefixes in CSS.
props morganestes. fixes #26702 for trunk. Built from https://develop.svn.wordpress.org/trunk@26887 git-svn-id: http://core.svn.wordpress.org/trunk@26770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user