1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-17 02:24:12 +02:00

textarea width: 100%

This commit is contained in:
José Luis Antúnez
2017-02-21 16:59:10 +01:00
committed by GitHub
parent c17e376e79
commit 9ea6817b43

View File

@@ -2908,11 +2908,6 @@ input[type="checkbox"] {
button {
width: auto;
}
button[type="submit"] {
width: 100%;
}
/*input:hover, textarea:hover, select:hover {
-webkit-transform: translateY(-.2rem);
transform: translateY(-.2rem);
@@ -2924,6 +2919,10 @@ select:focus {
border-width: 1px;
}
button[type="submit"],textarea {
width: 100%;
}
textarea {
padding: .7rem;
}