1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

start add of join button (still need to grab the external IP address)

finish up fixes for alias stuff
This commit is contained in:
RaidMax
2019-04-07 20:14:59 -05:00
parent 15a0be3035
commit 46e1fdad6d
10 changed files with 55 additions and 30 deletions

View File

@ -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;
}
}