mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
increase textarea fields height on focus
This commit is contained in:
parent
14c35feca6
commit
b2cd2db96b
1 changed files with 16 additions and 12 deletions
|
|
@ -34,18 +34,6 @@ a:hover {
|
||||||
transition: opacity .5s ease-in-out;
|
transition: opacity .5s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea:focus,
|
|
||||||
input:focus {
|
|
||||||
outline: none;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea::placeholder,
|
|
||||||
input::placeholder {
|
|
||||||
color: #9698a5;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
background: #5d627d;
|
background: #5d627d;
|
||||||
|
|
@ -56,6 +44,22 @@ textarea {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea:focus,
|
||||||
|
input:focus {
|
||||||
|
outline: none;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea:focus {
|
||||||
|
min-height: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea::placeholder,
|
||||||
|
input::placeholder {
|
||||||
|
color: #9698a5;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
input:hover,
|
input:hover,
|
||||||
textarea:hover {
|
textarea:hover {
|
||||||
background: #636884;
|
background: #636884;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue