start add of join button (still need to grab the external IP address)
finish up fixes for alias stuff
This commit is contained in:
@ -6299,6 +6299,9 @@ a.nav-link {
|
||||
.border-bottom {
|
||||
border-bottom: 1px solid #007ACC !important; }
|
||||
|
||||
.server-history {
|
||||
background-color: #191919; }
|
||||
|
||||
.border-top {
|
||||
border-top: 1px solid #007ACC !important; }
|
||||
|
||||
@ -6308,6 +6311,9 @@ a.nav-link {
|
||||
border: 1px solid #fd7e14;
|
||||
color: #fff; }
|
||||
|
||||
.server-join-button, .server-join-button:hover {
|
||||
color: #fff !important; }
|
||||
|
||||
a.link-inverse {
|
||||
color: #007ACC; }
|
||||
|
||||
@ -6413,7 +6419,7 @@ form *, select {
|
||||
.client-rating-change-amount {
|
||||
font-size: 1rem; }
|
||||
|
||||
.client-message, .automated-penalty-info-detailed {
|
||||
.client-message, .automated-penalty-info-detailed, .oi {
|
||||
cursor: pointer; }
|
||||
|
||||
#footer_text {
|
||||
|
15
WebfrontCore/wwwroot/css/bootstrap-custom.scss
vendored
15
WebfrontCore/wwwroot/css/bootstrap-custom.scss
vendored
@ -8,6 +8,7 @@ $secondary: $orange !default;
|
||||
$light: rgb(204, 204, 204) !default;
|
||||
$dark: rgb(24, 24, 24) !default;
|
||||
$body-bg: rgb(34,34,34) !default;
|
||||
$big-dark: #191919;
|
||||
$body-color: $white !default;
|
||||
$link-color: $white !default;
|
||||
$link-decoration: none !default;
|
||||
@ -67,6 +68,10 @@ a.nav-link {
|
||||
border-bottom: 1px solid $primary !important;
|
||||
}
|
||||
|
||||
.server-history {
|
||||
background-color: $big-dark;
|
||||
}
|
||||
|
||||
.border-top {
|
||||
border-top: 1px solid $primary !important;
|
||||
}
|
||||
@ -78,6 +83,10 @@ a.nav-link {
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.server-join-button, .server-join-button:hover {
|
||||
color: $white !important;
|
||||
}
|
||||
|
||||
a.link-inverse {
|
||||
color: $primary;
|
||||
}
|
||||
@ -216,7 +225,7 @@ form *, select {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.client-message, .automated-penalty-info-detailed {
|
||||
.client-message, .automated-penalty-info-detailed, .oi {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@ -277,6 +286,6 @@ form *, select {
|
||||
border: 1px solid $orange;
|
||||
}
|
||||
|
||||
.hide {
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user