From 8b176e9f47c4fe8c78342ab01b42d74d5ef0f314 Mon Sep 17 00:00:00 2001 From: Frank Harris Date: Sun, 18 Jan 2026 18:58:28 -0600 Subject: [PATCH] updated style --- CHANGELOG.md | 1 + modules/steam_workshop/steam_workshop.css | 2 +- modules/steam_workshop/views/partials/form_fields.php | 10 +--------- 3 files changed, 3 insertions(+), 10 deletions(-) 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( - - - - - - +