1
0
mirror of https://github.com/Xkeeper0/jul.git synced 2025-07-26 09:42:01 -07:00

Merge pull request 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

@@ -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;
@@ -92,4 +92,4 @@ input[type=\"radio\"], .radio {
padding: 1px 6px;} padding: 1px 6px;}
table.table[cellspacing='0'] td.tbl.font[height='220'] { padding: 1px; } table.table[cellspacing='0'] td.tbl.font[height='220'] { padding: 1px; }
"; ";