Spaces:
Build error
Build error
Update PanelInterface.py
Browse files- 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 = "
|
| 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;
|