Second Pass
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user