Added Feature - Premade Ban Reasons

see 13ac9172e7
This commit is contained in:
discomrade
2022-05-22 19:42:57 -02:00
committed by Zankaria
parent 3ac86a074a
commit 43973862dd
6 changed files with 81 additions and 7 deletions

View File

@@ -1225,3 +1225,13 @@ table.fileboard .intro a {
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);
}