mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
added top player stats
fix for some commands returning multiple matches found when target not required
This commit is contained in:
@ -67,6 +67,10 @@ a.nav-link {
|
||||
border-bottom: 2px solid $primary !important;
|
||||
}
|
||||
|
||||
.border-top {
|
||||
border-top: 1px solid $primary !important;
|
||||
}
|
||||
|
||||
#client_search {
|
||||
background-color: #222222 !important;
|
||||
border-radius: 0;
|
||||
@ -174,3 +178,8 @@ select {
|
||||
border-bottom: 1px solid $secondary;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.stats-ranking-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user