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
commit f70ca6bc95
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; } .tdbgc, .tdbgh { padding: 3px; font-weight: bold; font-size: 11px; }
textarea,input,select{ textarea,textarea:focus,input,select{
border: #000 solid 1px; border: #000 solid 1px;
background: #2e3f68; background: #2e3f68;
color: #bfcef2; color: #bfcef2;