in the delete function for doors and groups
This commit is contained in:
2024-06-05 07:14:19 +00:00
parent e9246bb376
commit 8d4600b490
4 changed files with 18 additions and 6 deletions
+10
View File
@@ -99,4 +99,14 @@ form input[type="submit"]:hover {
.navbar a:hover {
background-color: #ddd;
color: black;
}
.delete-btn {
width: 100%;
padding: 10px;
background-color: #b2424a;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}