From 1ec342da1ea52e4758a3b81ac7c3c2020f4c0e7a Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Fri, 30 Aug 2019 20:06:08 -0700 Subject: [PATCH] Apply consistent border radius to POS app search bar --- .../Views/AppsPublic/ViewPointOfSale.cshtml | 20 +++++++++---------- BTCPayServer/wwwroot/cart/css/style.css | 9 +++++++++ 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml index 55867c416..a5269e6e8 100644 --- a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml +++ b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml @@ -49,7 +49,7 @@ @if (!string.IsNullOrEmpty(Model.EmbeddedCSS)) { - @Safe.Raw($""); + @Safe.Raw($""); } @@ -231,11 +231,11 @@