up
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user