forked from tykayn/funky-framadate-front
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: 1px solid #9b9b9b;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="date"]:disabled {
|
input[type="date"]:disabled {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
min-height: 130px;
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.toggle-field {
|
.toggle-field {
|
||||||
color: #4a90e2;
|
color: #4a90e2;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user