This commit is contained in:
2024-11-13 15:55:05 +07:00
parent 472cb2535c
commit 253958c7b8
2 changed files with 225 additions and 247 deletions

View File

@@ -707,6 +707,20 @@ table {
background-color: #218838;
}
.cancel-button {
background-color: rgba(255, 0, 0, 0.951);
color: white;
padding: 5px 10px;
border-radius: 3px;
cursor: pointer;
transition: background-color 0.3s ease;
margin-left: 10px;
}
.cancel-button:hover {
background-color: rgba(255, 0, 0, 0.951);
}
.edit-position.active {
border: 1px solid #2578e7;
background: #2578e7;