From 6cc2846e33215c8a604b80693e36eb519df5cac3 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 15 Oct 2025 15:04:02 +0200 Subject: [PATCH] Fix blacklists dark mode --- .../views/admin/blacklist/edit.blade.php | 36 ++++---- .../views/admin/blacklist/index.blade.php | 82 +++++++++---------- 2 files changed, 59 insertions(+), 59 deletions(-) diff --git a/resources/views/admin/blacklist/edit.blade.php b/resources/views/admin/blacklist/edit.blade.php index 577fa6cba..cea569988 100644 --- a/resources/views/admin/blacklist/edit.blade.php +++ b/resources/views/admin/blacklist/edit.blade.php @@ -22,10 +22,10 @@ @if($error) -
+
- -

{{ $error }}

+ +

{{ $error }}

@endif @@ -42,11 +42,11 @@
-

+

The full name of a valid newsgroup. (Wildcard in the format 'alt.binaries.*')

@@ -62,11 +62,11 @@ -

+

The regex to be applied. (Note: Beginning and Ending / are already included)

@@ -82,10 +82,10 @@ -

+

A description for this regex

@@ -104,13 +104,13 @@ value="{{ $id }}" class="w-4 h-4 text-blue-600 dark:text-blue-400 border-gray-300 dark:border-gray-600 focus:ring-blue-500" {{ ($regex->msgcol ?? 1) == $id ? 'checked' : '' }}> -