+
@ViewData["Title"]
You have requested to login with a recovery code. This login will not be remembered until you provide
diff --git a/BTCPayServer/Views/Account/LoginWithU2F.cshtml b/BTCPayServer/Views/Account/LoginWithU2F.cshtml
index e7b832382..97949f43d 100644
--- a/BTCPayServer/Views/Account/LoginWithU2F.cshtml
+++ b/BTCPayServer/Views/Account/LoginWithU2F.cshtml
@@ -16,10 +16,10 @@
-
-
U2F Authentication
+
+
U2F Authentication
-
+
Insert your U2F device or a hardware wallet into your computer's USB port. If it has a button, tap on it.
diff --git a/BTCPayServer/Views/Account/SecondaryLogin.cshtml b/BTCPayServer/Views/Account/SecondaryLogin.cshtml
index 4c6c2dd5e..1d985d167 100644
--- a/BTCPayServer/Views/Account/SecondaryLogin.cshtml
+++ b/BTCPayServer/Views/Account/SecondaryLogin.cshtml
@@ -8,24 +8,24 @@
@if (Model.LoginWith2FaViewModel != null && Model.LoginWithU2FViewModel != null)
{
-
}else if (Model.LoginWith2FaViewModel == null && Model.LoginWithU2FViewModel == null)
{
-
-
Both 2FA and U2F Authentication Methods are not available. Please go to the https endpoint
+
+
Both 2FA and U2F Authentication Methods are not available. Please go to the https endpoint
}
-
-
+
+
@if (Model.LoginWith2FaViewModel != null)
{
diff --git a/BTCPayServer/Views/Account/_WelcomeLayout.cshtml b/BTCPayServer/Views/Account/_WelcomeLayout.cshtml
index 2b22336f1..fb44bf460 100644
--- a/BTCPayServer/Views/Account/_WelcomeLayout.cshtml
+++ b/BTCPayServer/Views/Account/_WelcomeLayout.cshtml
@@ -56,7 +56,6 @@
line-height: 1.2;
/* or 150% */
letter-spacing: 0.1em;
- color: #000000;
}
@@media screen and (min-width: 768px) {
@@ -73,7 +72,6 @@
line-height: 33px;
/* or 183% */
letter-spacing: 0.1em;
- color: #000000;
}
.lead-h {
@@ -86,11 +84,10 @@
/* identical to box height, or 129% */
letter-spacing: 0.1em;
text-transform: uppercase;
- color: #000000;
}
-
+
@@ -138,7 +135,10 @@
{
diff --git a/BTCPayServer/Views/Apps/CreateApp.cshtml b/BTCPayServer/Views/Apps/CreateApp.cshtml
index 50bc80c55..09ca302c6 100644
--- a/BTCPayServer/Views/Apps/CreateApp.cshtml
+++ b/BTCPayServer/Views/Apps/CreateApp.cshtml
@@ -5,8 +5,8 @@
-
-
@ViewData["Title"]
+
+
@ViewData["Title"]
diff --git a/BTCPayServer/Views/Apps/ListApps.cshtml b/BTCPayServer/Views/Apps/ListApps.cshtml
index 88632663d..0fc64c60e 100644
--- a/BTCPayServer/Views/Apps/ListApps.cshtml
+++ b/BTCPayServer/Views/Apps/ListApps.cshtml
@@ -14,57 +14,58 @@
}
-
-
@ViewData["Title"]
+
+
@ViewData["Title"]
Create and manage apps.
-
-
-
+
-
-
-
- | Store |
- Name |
- App type |
- Actions |
-
-
-
- @foreach (var app in Model.Apps)
- {
+
+
+
- |
- @if (app.IsOwner)
- {
- @app.StoreName
- }
- else
- {
- @app.StoreName
- }
- |
- @app.AppName |
- @app.AppType |
-
- @if (app.IsOwner)
- {
- Settings -
- }
- View -
- Remove
- |
+ Store |
+ Name |
+ App type |
+ Actions |
- }
-
-
+
+
+ @foreach (var app in Model.Apps)
+ {
+
+ |
+ @if (app.IsOwner)
+ {
+ @app.StoreName
+ }
+ else
+ {
+ @app.StoreName
+ }
+ |
+ @app.AppName |
+ @app.AppType |
+
+ @if (app.IsOwner)
+ {
+ Settings -
+ }
+ View -
+ Remove
+ |
+
+ }
+
+
+
diff --git a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml
index ef6d272b7..ffcb90361 100644
--- a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml
+++ b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml
@@ -25,8 +25,8 @@
-
-
@ViewData["Title"]
+
+
@ViewData["Title"]
diff --git a/BTCPayServer/Views/Apps/UpdatePointOfSale.cshtml b/BTCPayServer/Views/Apps/UpdatePointOfSale.cshtml
index bdb1c9900..0e412913b 100644
--- a/BTCPayServer/Views/Apps/UpdatePointOfSale.cshtml
+++ b/BTCPayServer/Views/Apps/UpdatePointOfSale.cshtml
@@ -25,8 +25,8 @@
-
-
@ViewData["Title"]
+
+
@ViewData["Title"]
diff --git a/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml b/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml
index 03de8cb8c..98fada78c 100644
--- a/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml
+++ b/BTCPayServer/Views/AppsPublic/ViewCrowdfund.cshtml
@@ -14,6 +14,7 @@
+
@if (Model.CustomCSSLink != null)
{
@@ -32,7 +33,7 @@
@if (!string.IsNullOrEmpty(Model.EmbeddedCSS))
{
- @Safe.Raw($"");
+ @Safe.Raw($"");
}
diff --git a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml
index 732253a20..490c35f53 100644
--- a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml
+++ b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml
@@ -22,6 +22,7 @@
+
@if (Model.CustomCSSLink != null)
{
@@ -47,15 +48,19 @@
max-width: 320px;
margin: auto;
}
-
- .js-cart-item-count::-webkit-inner-spin-button,
- .js-cart-item-count::-webkit-outer-spin-button {
+
+ .js-cart-item-count {
+ -moz-appearance:textfield;
+ margin: 0;
+ text-align: right;
+ }
+
+ .js-cart-item-count::-webkit-inner-spin-button,
+ .js-cart-item-count::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
- margin: 0;
}
-
@if (!string.IsNullOrEmpty(Model.EmbeddedCSS))
{
@@ -69,10 +74,10 @@
{image}
| {title} |
-
+ |
|
-
+ |
|
- {price} |
+ {price} |
@@ -112,7 +117,7 @@
@@ -147,10 +152,10 @@
@if (Model.EnableTips)
{
- | @Model.CustomTipText |
+ @Model.CustomTipText |
- |
+ |
|
}
@if (this.TempData.HasStatusMessage())
@@ -269,7 +274,7 @@