From 8b6740a2a4fc64dcfacbe98c8c33045189928f41 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Wed, 21 Apr 2021 22:31:35 +0800 Subject: [PATCH] change no release any other tag color red --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 9ac44f08..7534a5a6 100644 --- a/include/functions.php +++ b/include/functions.php @@ -4476,7 +4476,7 @@ function torrentTags($tags = 0, $type = 'checkbox') $tagsOptions = [ [ 'text' => $lang_functions['text_tag_no_release_to_any_other'], - 'color' => '#D74D4D', + 'color' => '#ff0000', ], [ 'text' => $lang_functions['text_tag_first_release'],