added comment for color source. Fixed bug #1037 with some additional firefox work
This commit is contained in:
parent
8d2b7aeadc
commit
330ce178f5
1 changed files with 1 additions and 0 deletions
|
@ -1031,6 +1031,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, {
|
|||
let colors = ["blue", "turquoise", "green", "yellow", "orange", "red", "pink", "purple" ];
|
||||
let CUDenabled = await this.findColorset();
|
||||
if (CUDenabled) {
|
||||
//"Color Universal Design" color set from: https://jfly.uni-koeln.de/color/#pallet
|
||||
colors = ["black", "CUDorange", "skyblue", "bluegreen", "CUDyellow", "CUDblue", "vermillion", "redpurple" ];
|
||||
}
|
||||
const colorRadioFieldset = document.getElementById("edit-container-panel-choose-color");
|
||||
|
|
Loading…
Add table
Reference in a new issue