From ac593cdbc7e5188a8930a91650a8ed9064bc4b82 Mon Sep 17 00:00:00 2001
From: Martin Ruiz
Date: Tue, 9 Apr 2024 14:18:54 -0700
Subject: [PATCH] [UI] Add new themes to Organizations pages (#9892)
---
src/NuGetGallery/Views/Organizations/Add.cshtml | 8 ++++----
.../Views/Organizations/DeleteAccount.cshtml | 4 ++--
.../Views/Organizations/ManageOrganization.cshtml | 4 ++--
.../_OrganizationAccountManageMembers.cshtml | 12 ++++++------
4 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/NuGetGallery/Views/Organizations/Add.cshtml b/src/NuGetGallery/Views/Organizations/Add.cshtml
index 00539a119b..1652989929 100644
--- a/src/NuGetGallery/Views/Organizations/Add.cshtml
+++ b/src/NuGetGallery/Views/Organizations/Add.cshtml
@@ -47,24 +47,24 @@
@Html.ShowLabelFor(m => m.OrganizationName)
- @Html.ShowTextBoxFor(m => m.OrganizationName)
+ @Html.ShowTextBoxFor(m => m.OrganizationName, customClass: "input-brand")
This will be your organization account on @Url.User("{username}", relativeUrl: false).
@Html.ShowValidationMessagesFor(m => m.OrganizationName)
@Html.ShowLabelFor(m => m.OrganizationEmailAddress)
- @Html.ShowTextBoxFor(m => m.OrganizationEmailAddress)
+ @Html.ShowTextBoxFor(m => m.OrganizationEmailAddress, customClass: "input-brand")
Users can contact your organization at this email address.
@Html.ShowValidationMessagesFor(m => m.OrganizationEmailAddress)
}
diff --git a/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml b/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml
index 75315cb8e3..47e02d0bba 100644
--- a/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml
+++ b/src/NuGetGallery/Views/Organizations/DeleteAccount.cshtml
@@ -55,10 +55,10 @@
}
diff --git a/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml b/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml
index ae5618ae8c..0f8d19ba1b 100644
--- a/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml
+++ b/src/NuGetGallery/Views/Organizations/ManageOrganization.cshtml
@@ -83,12 +83,12 @@
@