mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Administration: Hide password in options/writing.
Hide the password for the "Post via e-mail" settings in writing options. Use the same password hiding mechanisms in use elsewhere in core. Props mastrup, denis-de-bernardy, ryan, brookedot, wojtek.szkutnik, dd32, sabreuse, sergeybiryukov, costdev, peterwilsoncc, zgrkaralar, clorith, renyot, sabernhardt, boniu91, ironprogrammer, bgoewert. Fixes #9883. git-svn-id: https://develop.svn.wordpress.org/trunk@55974 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -551,6 +551,54 @@ fieldset label,
|
||||
|
||||
.wp-pwd {
|
||||
margin-top: 1em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mailserver-pass-wrap .wp-pwd {
|
||||
display: inline-block;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* rtl:ignore */
|
||||
#mailserver_pass {
|
||||
direction: ltr;
|
||||
padding-right: 2.5rem;
|
||||
}
|
||||
|
||||
/* rtl:ignore */
|
||||
.mailserver-pass-wrap .button.wp-hide-pw {
|
||||
background: transparent;
|
||||
border: 1px solid transparent;
|
||||
box-shadow: none;
|
||||
font-size: 14px;
|
||||
line-height: 2;
|
||||
width: 2.5rem;
|
||||
min-width: 40px;
|
||||
margin: 0;
|
||||
padding: 0 9px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.mailserver-pass-wrap .button.wp-hide-pw:hover {
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.mailserver-pass-wrap .button.wp-hide-pw:focus {
|
||||
background: transparent;
|
||||
border-color: #3582c4;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 0 0 1px #3582c4;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.mailserver-pass-wrap .button.wp-hide-pw:active {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
#misc-publishing-actions label {
|
||||
|
||||
Reference in New Issue
Block a user