[FIX] HORILLA: Fixed load demo database password show hide button style and script

This commit is contained in:
Horilla
2025-11-11 15:32:00 +05:30
parent 656f063947
commit b58746e4a3
2 changed files with 27 additions and 18 deletions

View File

@@ -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"