Changes for page Desk allocation
Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31
From version 174.1
edited by Abdullah Sharifi
on 2024/03/11 19:27
on 2024/03/11 19:27
Change comment:
There is no comment for this version
To version 173.1
edited by Abdullah Sharifi
on 2024/03/11 19:26
on 2024/03/11 19:26
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -37,7 +37,7 @@ 37 37 for (let j = 0; j < element.classList.length; j++) { 38 38 if (/kanban-header-\w+/.test(element.classList[j])) { 39 39 element.classList.remove(element.classList[j]); 40 - element.style.backgroundColor = '#FF 7F50';40 + element.style.backgroundColor = '#FFE5B4'; 41 41 break; 42 42 } 43 43 }