diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2038f37d..658e054d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,3 +12,4 @@
- Added the Steam Workshop mod picker, including search-backed UI, JSON state handling, and refreshed styling so customers can select mods without touching raw ID lists.
- Pointed the Workshop search endpoint at whichever panel script rendered the page so AJAX searches work in both the main panel and the customer Game Monitor.
- Removed the per-server install-strategy selector so that behavior is governed solely by the admin adapter configuration.
+- Removed the per-server post-install script field so hook execution stays defined at the adapter level only.
diff --git a/modules/steam_workshop/steam_workshop.css b/modules/steam_workshop/steam_workshop.css
index 6a6b6fe3..ab53b6b4 100644
--- a/modules/steam_workshop/steam_workshop.css
+++ b/modules/steam_workshop/steam_workshop.css
@@ -245,7 +245,7 @@
border: 1px solid #dcdcdc;
border-radius: 8px;
padding: 1rem;
- background: #fff;
+ background: #fafafa;
}
.sw-picker__header {
diff --git a/modules/steam_workshop/views/partials/form_fields.php b/modules/steam_workshop/views/partials/form_fields.php
index d6e66a35..bf059cf2 100644
--- a/modules/steam_workshop/views/partials/form_fields.php
+++ b/modules/steam_workshop/views/partials/form_fields.php
@@ -54,15 +54,7 @@ $currentAdapterName = $adapterOptions[$formConfig['adapter_key']] ?? strtoupper(
-
-
-
-
-
-
+