Implement Edit Modal for Server Entries

This commit is contained in:
gsemaj
2021-09-18 13:47:20 -04:00
parent 65c2914ef9
commit 0cdf3df4d4
3 changed files with 53 additions and 1 deletions

View File

@@ -80,6 +80,11 @@ body {
border-color: #6699FF;
}
#of-editservermodal > .modal-dialog > .modal-content {
background-color: #093363;
border-color: #6699FF;
}
#of-deleteservermodal > .modal-dialog > .modal-content {
background-color: #093363;
border-color: #6699FF;