Added soft-lining around textarea elements

This commit is contained in:
bergware
2025-02-19 13:04:07 +01:00
parent 6f41fb126a
commit 2407da6134
2 changed files with 2 additions and 2 deletions
@@ -45,7 +45,7 @@ select.auto{min-width:auto}
select.slot{min-width:44rem;max-width:44rem}
input.narrow{width:166px}
input.trim{width:76px;min-width:76px}
textarea{resize:none}
textarea{resize:none;border:1px solid #6c6c6c;border-bottom:1px solid #e5e5e5;padding:4px 6px}
#header{position:absolute;top:0;left:0;width:100%;height:91px;z-index:102;margin:0;color:#1c1b1b;background-color:#f2f2f2;background-size:100% 90px;background-repeat:no-repeat}
#header .logo{float:left;margin-left:10px;color:#e22828;text-align:center}
#header .logo svg{width:160px;display:block;margin:25px 0 8px 0}
@@ -45,7 +45,7 @@ select.auto{min-width:auto}
select.slot{min-width:44rem;max-width:44rem}
input.narrow{width:166px}
input.trim{width:76px;min-width:76px}
textarea{resize:none}
textarea{resize:none;border:1px solid #a2a2a2;border-bottom:1px solid #1c1b1b;padding:4px 6px}
#header{position:absolute;top:0;left:0;width:100%;height:91px;z-index:102;margin:0;color:#f2f2f2;background-color:#1c1b1b;background-size:100% 90px;background-repeat:no-repeat}
#header .logo{float:left;margin-left:10px;color:#e22828;text-align:center}
#header .logo svg{width:160px;display:block;margin:25px 0 8px 0}