Second Pass

This commit is contained in:
2026-04-22 18:11:03 +02:00
parent cd89fc2eb6
commit 6fff00a8b2
8 changed files with 304 additions and 21 deletions
+10 -1
View File
@@ -195,6 +195,15 @@ textarea[component="topic/quickreply/text"],
rgba(18, 15, 22, 0.92) !important;
background-size: 100% 1.82rem, auto;
border-color: var(--wg-ledger-border) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.026),
0 4px 12px rgba(0, 0, 0, 0.16) !important;
}
textarea[component="topic/quickreply/text"]:focus,
.quick-reply textarea:focus {
border-color: rgba(194, 163, 90, 0.5) !important;
box-shadow: none !important;
}
.quick-reply,
@@ -211,7 +220,7 @@ textarea[component="topic/quickreply/text"],
var(--wg-ledger-panel) !important;
background-size: 100% 1.82rem, auto;
border-color: var(--wg-ledger-border) !important;
box-shadow: var(--wg-ledger-shadow) !important;
box-shadow: none !important;
color: var(--wg-text-soft) !important;
}