From 68dfa0d66d9032312830c4e697345a90089d6214 Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 15 Oct 2020 17:58:42 -0600 Subject: [PATCH] CSS: Allow textarea to resize. --- themes/default/css.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/default/css.php b/themes/default/css.php index 6da3c1cb26..beeef6a89b 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -1440,6 +1440,11 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT'); } + textarea.txt, + textarea.formfld { + resize: both; + } + input.login { font-family: ; font-size: ;