salaire : curseur doigt sur la date
This commit is contained in:
parent
890bb63ab1
commit
d6ad7c8963
|
|
@ -201,7 +201,7 @@
|
||||||
<div class="gap-3 flex flex-wrap md:grid md:grid-cols-5 md:items-start">
|
<div class="gap-3 flex flex-wrap md:grid md:grid-cols-5 md:items-start">
|
||||||
<div>
|
<div>
|
||||||
<label class="label pl-3 py-1" for="dateSalaire"><span>Date d'effet</span></label>
|
<label class="label pl-3 py-1" for="dateSalaire"><span>Date d'effet</span></label>
|
||||||
<input class="input" id="dateSalaire" use:monthPicker={mp_options} readonly />
|
<input class="input cursor-pointer" id="dateSalaire" use:monthPicker={mp_options} readonly />
|
||||||
</div>
|
</div>
|
||||||
<div class="col-span-3 overflow-x-auto flex flex-col text-center">
|
<div class="col-span-3 overflow-x-auto flex flex-col text-center">
|
||||||
<label class="label me-80 pl-3 py-1" for="anneeInternat"><span>Année</span></label>
|
<label class="label me-80 pl-3 py-1" for="anneeInternat"><span>Année</span></label>
|
||||||
|
|
@ -367,4 +367,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.cursor-pointer {
|
||||||
|
cursor: pointer !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue