textarea needs to stop jumping around

only happens on a few specific cases
This commit is contained in:
RanAS 2020-11-30 09:44:38 -03:00 committed by GitHub
parent 3d14b251f3
commit 769d7f0eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ body > table[width='100%'] td[align='right'] a:hover, body > table[width='100%']
.tdbgc, .tdbgh { padding: 3px; font-weight: bold; font-size: 11px; }
textarea,input,select{
textarea,textarea:focus,input,select{
border: #000 solid 1px;
background: #2e3f68;
color: #bfcef2;
@ -92,4 +92,4 @@ input[type=\"radio\"], .radio {
padding: 1px 6px;}
table.table[cellspacing='0'] td.tbl.font[height='220'] { padding: 1px; }
";
";