Minor - Install: Add cursor style in label

pull/3393/head
Angel Fernando Quiroz Campos 5 years ago
parent 314cd8700b
commit eb11792920
  1. 4
      main/install/install.lib.php

@ -1680,8 +1680,8 @@ function display_configuration_parameter(
/* show/hide admin password in step 5*/
$hiddenPasswordClass = 'inputShowPwd';
$inputType = 'password';
$eyeForPassword =
'<input type="checkbox" id="showPassword" class="hidden">'.'<label for="showPassword">'.
$eyeForPassword = PHP_EOL
.'<input type="checkbox" id="showPassword" class="hidden">'.'<label for="showPassword" style="cursor: pointer;">'.
Display::returnFontAwesomeIcon('eye', null, true, 'showPasswordEye').
'</label> ';
}

Loading…
Cancel
Save