1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 15:52:25 -05:00

tweak color of kick icon

This commit is contained in:
RaidMax
2020-07-14 15:48:38 -05:00
parent 41474768fc
commit 2b3514d586
3 changed files with 13 additions and 4 deletions

View File

@ -391,3 +391,12 @@ input:checked + .toggle-switch-slider:before {
-ms-transform: translateX(3em);
transform: translateX(3em);
}
.action-kick-button {
color: #492121;
}
.action-kick-button:hover {
color: #ff6060 !important;
color: rgba(255, 69, 69, 0.85) !important;
}