From b04b3445077830ece2718f7e1a549f6bfab85f4e Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 12 Jul 2021 18:31:28 +0200 Subject: [PATCH] make color field of type 'color' --- views/bootstrap/class.Categories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Categories.php b/views/bootstrap/class.Categories.php index 4a44899d6..d02186613 100644 --- a/views/bootstrap/class.Categories.php +++ b/views/bootstrap/class.Categories.php @@ -129,7 +129,7 @@ $(document).ready( function() { getMLText("color"), array( 'element'=>'input', - 'type'=>'text', + 'type'=>'color', 'name'=>'color', 'value'=>($category ? htmlspecialchars($category->getColor()) : '') )