From a9661a40dd301d5354c61ad02c2d6c4c7ff116bd Mon Sep 17 00:00:00 2001 From: Aran-Fey Date: Mon, 17 Jun 2024 10:24:50 +0200 Subject: [PATCH] InputBox rework --- frontend/css/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/css/style.scss b/frontend/css/style.scss index 28f2dbe6..56fc77dd 100644 --- a/frontend/css/style.scss +++ b/frontend/css/style.scss @@ -499,6 +499,8 @@ $rio-input-box-text-distance-from-bottom: 0.4rem; // To be aligned with the textarea { min-width: 0; + padding: 0; + background-color: transparent; color: var(--rio-local-text-color); caret-color: var(--rio-local-level-2-bg);