diff --git a/schemes/pinstripe.php b/schemes/pinstripe.php index 7684ef2..c44dd29 100644 --- a/schemes/pinstripe.php +++ b/schemes/pinstripe.php @@ -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; } - "; \ No newline at end of file + ";