[FIX] HORILLA: Fixed load demo database password show hide button style and script
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
<div class="col-12 col-sm-12 col-md-12 col-lg-12">
|
||||
<div class="oh-input-group">
|
||||
<label class="oh-label" for="password">{% trans "Password" %}</label>
|
||||
<div class="oh-password-input-container">
|
||||
<div class="oh-password-input-container relative">
|
||||
<input type="password" id="load_data_password" name="load_data_password"
|
||||
class="oh-input oh-input--password w-100" placeholder="Database authentication password"
|
||||
required />
|
||||
<button type="button" class="oh-btn oh-btn--transparent oh-password-input--toggle">
|
||||
<button type="button" class="oh-btn oh-btn--transparent oh-password-input--toggle top-[-7px]">
|
||||
<ion-icon class="oh-passowrd-input__show-icon" title="Show Password"
|
||||
name="eye-outline"></ion-icon>
|
||||
<ion-icon class="oh-passowrd-input__hide-icon d-none" title="Hide Password"
|
||||
|
||||
Reference in New Issue
Block a user