nat232 commited on
Commit
1363bb7
·
verified ·
1 Parent(s): dc1b89f

Update PanelInterface.py

Browse files
Files changed (1) hide show
  1. PanelInterface.py +1 -1
PanelInterface.py CHANGED
@@ -106,7 +106,7 @@ function showModal(event, id) {
106
  modal.style.top = "50%%";
107
  modal.style.left = "50%%";
108
  modal.style.transform = "translate(-50%%, -50%%)";
109
- modal.style.background = "white";
110
  modal.style.padding = "20px";
111
  modal.style.border = "1px solid #ccc";
112
  modal.style.zIndex = 1000;
 
106
  modal.style.top = "50%%";
107
  modal.style.left = "50%%";
108
  modal.style.transform = "translate(-50%%, -50%%)";
109
+ modal.style.background = "black";
110
  modal.style.padding = "20px";
111
  modal.style.border = "1px solid #ccc";
112
  modal.style.zIndex = 1000;