logout now needs to be a post request
This commit is contained in:
@@ -1128,6 +1128,20 @@ table .peninsula-trainee::before {
|
||||
color: red;
|
||||
}
|
||||
|
||||
/*
|
||||
tr:has(> td > a) {
|
||||
border: 1px blue solid
|
||||
}
|
||||
*/
|
||||
|
||||
#logout-form {
|
||||
display: inline;
|
||||
}
|
||||
#logout-form button {
|
||||
background: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
text-decoration: underline;
|
||||
color: #3282b8;
|
||||
}
|
||||
Reference in New Issue
Block a user