This commit is contained in:
KANE LAZENI 2025-12-11 08:16:01 +00:00
parent dffa9ee708
commit bb81985910
2 changed files with 21 additions and 5 deletions

View File

@ -37,17 +37,13 @@
</div>
<div class="wrap-input100 validate-input" data-validate="Enter Entity">
AAAAAAA
<!--
<label for="codeSociete">Entité</label>
<input class="input100" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSociete ?>"
placeholder="Entité" style="text-align:center;" required AUTOCOMPLETE="off"
onChange="javascript:changer_entite_portail();" >
-->
BBBBBB
</div>
CCCCCC
AAAAAAA
<div id="div_login_portail">
<div class="wrap-input100 validate-input" data-validate="Enter username">

View File

@ -64,6 +64,26 @@
width: 300px !important
}
/*
kane 11/12/2025
*/
.dropdown {
font-family: Poppins-Regular;
font-size: 13px;
line-height: 1.2;
width: 300px !important;
height: 40px;
border: 2px solid #7D4FFE !important;
border-radius: 9px !important;
background: transparent !important;
}
input:active {
border: solid !important
}