Changes for page Desk allocation

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

From version 178.1
edited by Abdullah Sharifi
on 2024/03/11 19:38
Change comment: There is no comment for this version
To version 177.1
edited by Abdullah Sharifi
on 2024/03/11 19:37
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -34,7 +34,7 @@
34 34   }
35 35   if (titleElement.textContent.includes('HQCD')) {
36 36   titleElement.style.color = 'white';
37 - titleElement.style.backgroundColor = 'crimson';
37 + titleElement.style.backgroundColor = '#E6E6FA';
38 38   const parentElement = titleElement.closest('.kanban-item');
39 39   if (parentElement) {
40 40   parentElement.style.backgroundColor = '#808000';