Make the change password link bolder
FEA: ItEr69S06AutocompleteAndPasswords
This commit is contained in:
parent
03d9eafc5c
commit
ceb731644b
2 changed files with 5 additions and 1 deletions
|
|
@ -197,6 +197,10 @@ a.sub_menu:hover {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.footer-messages-area .command {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.footer-messages-area a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
@ -137,7 +137,7 @@ signature="java.lang.Boolean isDefaultPasswordsControl()"?>
|
|||
style="display:${templateCtrl.defaultPasswdAdminVisible}">
|
||||
<div>
|
||||
<n:span>${i18n:_('The admin\'s account password remains the default one. This is unsecure')}.</n:span>
|
||||
<n:a href="${contextPath}/users/users.zul#edit%3D${idAdminUser}">[${i18n:_('Change the password')}]</n:a>
|
||||
<n:a class="command" href="${contextPath}/users/users.zul#edit%3D${idAdminUser}">[${i18n:_('Change the password')}]</n:a>
|
||||
</div>
|
||||
</n:div>
|
||||
<n:div if="${project:passwd_control()}" id="warningDefaultPasswdOthers"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue