- right nav now draggable

- added mainColor to all buttons and panel texts/headers
- adjusted button hover stylings
This commit is contained in:
RossAscends
2023-04-18 07:43:56 +09:00
parent 3d1e0f3aa1
commit 6afb03e017
3 changed files with 184 additions and 178 deletions

View File

@ -305,11 +305,11 @@ function OpenNavPanels() {
}
}
// draggable sheld
// Make the DIV element draggable:
dragElement(document.getElementById("sheld"));
dragElement(document.getElementById("left-nav-panel"));
dragElement(document.getElementById("right-nav-panel"));
function dragElement(elmnt) {