diff --git a/www/pgm2/defaultCommon.css b/www/pgm2/defaultCommon.css index bb0666778..fd02bb2c4 100644 --- a/www/pgm2/defaultCommon.css +++ b/www/pgm2/defaultCommon.css @@ -1,7 +1,6 @@ @import url("dashboard_style.css"); body { font-family:Arial, sans-serif; background-color: #FFFFE7; } -textarea { font-family:Arial, sans-serif; font-size:16px;} input { font-family:Arial, sans-serif; font-size:16px;} select { font-family:Arial, sans-serif; font-size:16px;} diff --git a/www/pgm2/smallscreenstyle.css b/www/pgm2/smallscreenstyle.css index e0d3c48c8..9c5495369 100644 --- a/www/pgm2/smallscreenstyle.css +++ b/www/pgm2/smallscreenstyle.css @@ -1,5 +1,6 @@ @import url("defaultCommon.css"); +textarea { font-family:Arial, sans-serif; font-size:16px;} #back { position:absolute; top: 2px; left:18px; } #logo { position:absolute; top: 2px; left: 2px; width:64px; height:67px; diff --git a/www/pgm2/touchpadstyle.css b/www/pgm2/touchpadstyle.css index c939b688d..34782e9ef 100644 --- a/www/pgm2/touchpadstyle.css +++ b/www/pgm2/touchpadstyle.css @@ -4,6 +4,8 @@ body { font-size:18px; } textarea { font-size:18px; } input { font-size:18px; } select { font-size:18px; } +textarea { font-family:Arial, sans-serif; font-size:16px;} + #logo { position:absolute; top:10px; left:10px; width:120px; height:132px; background-image:url(../images/default/fhemicon.png); }