1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

Add lock menu icon for tempbanned players

issue #62
This commit is contained in:
RaidMax
2019-02-24 19:07:56 -06:00
parent 88e359bbdd
commit e9e57ab020
3 changed files with 45 additions and 7 deletions

View File

@ -111,8 +111,13 @@
}
.penalties-color-tempban {
color: #fd9c38;
color: rgba(253, 139, 22, 0.85);
color: #fe7e4c;
color: rgba(254, 126, 76, 0.85);
}
.penalties-bgcolor-tempban {
background-color: #fe7e4c;
background-color: rgba(254, 126, 76, 0.85);
}
.penalties-color-flag {