From cfef50dc2622855df5816833e882843fe2d8d7b9 Mon Sep 17 00:00:00 2001 From: kaylee Date: Tue, 20 Feb 2024 01:27:32 +0000 Subject: [PATCH] updated TOS textarea rule --- custom-css.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/custom-css.css b/custom-css.css index db209ff..000c111 100644 --- a/custom-css.css +++ b/custom-css.css @@ -38,6 +38,7 @@ div:has(#adultcheckbox:not(:checked)) button { border-bottom: 2px solid black !important; border-right: 2px solid black !important; } + textarea[name="eula"] { font-family: "System", sans-serif; resize: none; @@ -47,10 +48,13 @@ textarea[name="eula"] { color: black; background-color: white !important; user-select: none; + overflow: auto; cursor: url('/media/custom/cursors/arrow.cur'), auto !important; + user-select: none; } -textarea[name="eula"]::placeholder { - color: black; +textarea[name="eula"]::selection { + color: black; + background: white; } .pf-c-background-image {