forked from jeanGaston/RF-AD
Fix bugs
in the delete function for doors and groups
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user