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;