mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
proposition affichage des dates
This commit is contained in:
parent
bf4ccd6164
commit
e3be6ad85a
@ -34,15 +34,13 @@
|
||||
<ul>
|
||||
<li>
|
||||
<i class="far fa-calendar-alt"></i>
|
||||
<label>Date</label>
|
||||
<input type="date" name="date-1">
|
||||
<button class="btn-no-style"><i class="fas fa-trash-alt"></i></button>
|
||||
</li>
|
||||
|
||||
<li class="item-disabled">
|
||||
<i class="far fa-calendar-alt"></i>
|
||||
<label>Date</label>
|
||||
<input type="date" name="date-2" disabled>
|
||||
<input type="date" name="date-2">
|
||||
<button class="btn-no-style"><i class="fas fa-trash-alt"></i></button>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -112,7 +112,7 @@ input[type="text"] {
|
||||
}
|
||||
|
||||
input[type="date"] {
|
||||
width: 50%;
|
||||
width: 60%;
|
||||
padding: 5px;
|
||||
border: 1px solid #9b9b9b;
|
||||
border-radius: 4px;
|
||||
@ -158,6 +158,10 @@ textarea {
|
||||
}
|
||||
|
||||
i {
|
||||
color: #4a4a4a;
|
||||
}
|
||||
|
||||
.fa-trash-alt {
|
||||
color: #9b9b9b;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user