mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
ui tweaks/improvements including recent players and ip info lookup
This commit is contained in:
@ -5,11 +5,15 @@
|
||||
.level-color-user, .level-color-guest, .level-color-0 {
|
||||
}
|
||||
|
||||
.level-bgcolor-user, .level-bgcolor-guest, .level-bgcolor-0 {
|
||||
.dark-mode .level-bgcolor-user, .dark-mode .level-bgcolor-guest, .dark-mode .level-bgcolor-0 {
|
||||
background-color: #6c757d !important;
|
||||
background-color: rgba(255, 255, 255, 0.68) !important;
|
||||
}
|
||||
|
||||
.level-bgcolor-user, .level-bgcolor-guest, .level-bgcolor-0 {
|
||||
background-color: var(--lm-base-body-bg-color) !important;
|
||||
}
|
||||
|
||||
.level-color-trusted, .level-color-2 {
|
||||
color: #749363 !important;
|
||||
color: rgba(116,147,99,1) !important;
|
||||
@ -188,10 +192,11 @@
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.ip-lookup-profile {
|
||||
.profile-country-flag {
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
height:5rem;
|
||||
}
|
||||
|
||||
.status-indicator {
|
||||
|
Reference in New Issue
Block a user