Merge pull request #70 from RanAwaySuccessfully/patch-3

textarea needs to stop jumping around
This commit is contained in:
Xkeeper
2020-12-28 18:49:42 -08:00
committed by GitHub

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; }
";
";