From c389aa0b99acaf206328814dc0aa7fa96c2f5bdd Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 15 Nov 2021 15:41:25 +0100 Subject: [PATCH] Apply form styles to rich text editor --- BTCPayServer/wwwroot/main/site.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index b15974e02..f78908b9a 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -41,6 +41,11 @@ hr.light { display: none; } +.note-editable { + color: var(--btcpay-form-text); + background-color: var(--btcpay-form-bg); +} + .wraptextAuto { max-width: 300px; text-overflow: ellipsis;