mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 00:54:22 +01:00
Fix: disabled resize on textarea in contact form
This commit is contained in:
parent
b6cdafcb6a
commit
86d659bc12
1 changed files with 5 additions and 0 deletions
|
@ -1531,6 +1531,11 @@ img.loaded video.loaded {
|
||||||
border: solid 5px;
|
border: solid 5px;
|
||||||
transition: border-color .5s ease-in-out,box-shadow .15s ease-in-out;
|
transition: border-color .5s ease-in-out,box-shadow .15s ease-in-out;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
|
resize: none
|
||||||
|
}
|
||||||
|
|
||||||
|
#contact-form-massage {
|
||||||
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control:focus {
|
.form-control:focus {
|
||||||
|
|
Loading…
Reference in a new issue