-
@if (Model.ShowCheckout)
{
@@ -92,7 +123,33 @@
| State |
- @Model.State |
+
+ @if (Model.CanMarkStatus)
+ {
+
+
+
+
+ }
+ else {
+ @Model.State
+ }
+ |
| Created date |
diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css
index ec02b56f8..f1d7ab742 100644
--- a/BTCPayServer/wwwroot/main/site.css
+++ b/BTCPayServer/wwwroot/main/site.css
@@ -337,6 +337,17 @@ h2 small .fa-question-circle-o {
.toasted-container {
display: none !important;
}
+ #markStatusDropdownMenuButton {
+ border: 0;
+ background: transparent;
+ padding: 0 !important;
+ color: inherit;
+ font-weight: var(--btcpay-font-weight-normal);
+ font-size: var(--btcpay-body-font-size);
+ }
+ #markStatusDropdownMenuButton::after {
+ content: none;
+ }
}
/* Richtext editor */