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

Loading…
Cancel
Save