Changes for page Desk allocation

Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31

From version 173.1
edited by Abdullah Sharifi
on 2024/03/11 19:26
Change comment: There is no comment for this version
To version 172.1
edited by Abdullah Sharifi
on 2024/03/11 19:26
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -24,7 +24,7 @@
24 24   for (let j = 0; j < element.classList.length; j++) {
25 25   if (/kanban-header-\w+/.test(element.classList[j])) {
26 26   element.classList.remove(element.classList[j]);
27 - element.style.backgroundColor = '#98FF98';
27 + element.style.backgroundColor = '#E6E6FA';
28 28   break;
29 29   }
30 30   }