Added Feature - Premade Ban Reasons

see 13ac9172e7
This commit is contained in:
discomrade 2022-05-22 19:42:57 -02:00
parent 3725d27e72
commit bf4fb6d0e8
6 changed files with 68 additions and 2 deletions

View file

@ -1958,6 +1958,16 @@ div.mix {
display: inline-block;
}
.ban-reason-table .warning-reason-table tr td:first-child {
text-align: right;
padding-right: 10px;
}
.ban-reason-table .warning-reason-table tr:hover td {
cursor: pointer;
background-color: rgba(100%,100%,100%,0.2);
}
footer {
margin-bottom: 50px;
}