mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
finish implementation of per server top stats page
This commit is contained in:
19
WebfrontCore/wwwroot/css/bootstrap-custom.scss
vendored
19
WebfrontCore/wwwroot/css/bootstrap-custom.scss
vendored
@ -221,22 +221,31 @@ form *, select {
|
||||
}
|
||||
|
||||
.nav-tabs, .nav-tabs .nav-link.active {
|
||||
border-color: $blue;
|
||||
border-width: 0;
|
||||
color: $blue;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
color: $white !important;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.active
|
||||
{
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: $blue !important;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link:hover {
|
||||
border-color: $blue;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
border-width: 2px;
|
||||
background-color: #222222;
|
||||
color: $blue;
|
||||
border-width: 0 0 1px 0;
|
||||
border-bottom-color: $blue;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link {
|
||||
border-radius: 0;
|
||||
padding: 1rem;
|
||||
color: #6c757d;
|
||||
border-width: 2px;
|
||||
border-width: 0 0 1px 0;
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.active {
|
||||
|
Reference in New Issue
Block a user