InputBox rework

This commit is contained in:
Aran-Fey
2024-06-17 10:24:50 +02:00
committed by Jakob Pinterits
parent d4bb384698
commit a9661a40dd

View File

@@ -499,6 +499,8 @@ $rio-input-box-text-distance-from-bottom: 0.4rem; // To be aligned with the <inp
.rio-input-box-column > textarea {
min-width: 0;
padding: 0;
background-color: transparent;
color: var(--rio-local-text-color);
caret-color: var(--rio-local-level-2-bg);