mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-16 10:04:45 +02:00
textarea width: 100%
This commit is contained in:
committed by
GitHub
parent
c17e376e79
commit
9ea6817b43
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user