CSS Changes

More CSS Changes....

Server overview page now looks more..... fluid
Boxes have their correct color top colors back, When admin side was changed to dark theme all by the yellow was changed to a single color, this is reverted.
Node overview page uses blue over gray box for total servers.
Lightened the text color on the side bar
Removed delete button for allocations that are assigned.
Changes Node configuration box to not hurt eyes
This commit is contained in:
Charles Morgan 2020-05-10 18:09:01 -04:00
parent 086abb2a55
commit 46285fefd7
No known key found for this signature in database
GPG key ID: D71946CD723249BD
3 changed files with 24 additions and 16 deletions

View file

@ -522,7 +522,7 @@ body {
}
.skin-blue .sidebar-menu>li.header {
color: #444a5d;
color: #797979;
background: #0e111582;
}
@ -603,22 +603,10 @@ body {
border-bottom: 1px solid #1f2933;
}
.box.box-success {
border-top-color: #1f2933;
}
.box.box-primary {
border-top-color: #1f2933;
}
.box.box-default {
border-top-color: #1f2933;
}
.box.box-danger {
border-top-color: #1f2933;
}
.box-footer {
border-top: 1px solid #4d5b69;
background-color: #3f4d5a;
@ -823,3 +811,25 @@ fieldset[disabled] .form-control {
.well-sm {
padding: 9px;
}
.small-box h3, .small-box p {
color: #c3c3c3;
}
.small-box-footer {
color: #288afb;
}
.small-box .icon {
color: #cad1d8;
}
.bg-gray {
background-color: #33404d !important;
}
pre {
color: #cad1d8;
background-color: #515f6cbb;
border-color: #1f2933;
}

View file

@ -83,8 +83,6 @@
<td class="col-sm-1 middle">
@if(is_null($allocation->server_id))
<button data-action="deallocate" data-id="{{ $allocation->id }}" class="btn btn-sm btn-danger"><i class="fa fa-trash-o"></i></button>
@else
<button class="btn btn-sm disabled"><i class="fa fa-trash-o"></i></button>
@endif
</td>
</tr>

View file

@ -132,7 +132,7 @@
</div>
</div>
<div class="col-sm-12">
<div class="info-box bg-gray">
<div class="info-box bg-blue">
<span class="info-box-icon"><i class="ion ion-social-buffer-outline"></i></span>
<div class="info-box-content" style="padding: 23px 10px 0;">
<span class="info-box-text">Total Servers</span>