mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
fix(#5): amélioration de l'apparence du textarea
This commit is contained in:
parent
19905b208e
commit
b2c79980c3
@ -94,11 +94,17 @@ input[type="date"] {
|
||||
border: 1px solid #9b9b9b;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
input[type="date"]:disabled {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-height: 130px;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.toggle-field {
|
||||
color: #4a90e2;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user