mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
finish custom accent color feature
This commit is contained in:
@ -233,7 +233,7 @@ form *, select {
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.active:hover {
|
||||
opacity: 0.75;
|
||||
background-color: darken($primary, 10%);
|
||||
}
|
||||
|
||||
.nav-tabs .nav-item {
|
||||
|
@ -77,7 +77,7 @@
|
||||
}
|
||||
|
||||
.level-bgcolor-owner, .level-bgcolor-6 {
|
||||
background-color: rgb(0, 122, 204);
|
||||
background-color: $primary;
|
||||
}
|
||||
|
||||
.level-color-8 {
|
||||
@ -140,10 +140,13 @@
|
||||
}
|
||||
|
||||
#profile_aliases_btn:hover {
|
||||
opacity: 0.75;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.oi:hover {
|
||||
color: darken($primary, 10%) !important;
|
||||
}
|
||||
|
||||
#profile_aliases {
|
||||
position: relative;
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user