mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
Since we're dealing with a huge password meter, don't bold half of the result strings unnecessarily. see #25603.
Built from https://develop.svn.wordpress.org/trunk@25847 git-svn-id: http://core.svn.wordpress.org/trunk@25847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3d73363635
commit
112a790734
@ -5960,6 +5960,7 @@ h2 .nav-tab {
|
|||||||
.about-wrap .about-password-meter #pass-strength-result {
|
.about-wrap .about-password-meter #pass-strength-result {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
|
font-weight: normal !important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 17px 0;
|
padding: 17px 0;
|
||||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user