Merge pull request #2018 from Sir3lit/morecss

CSS Changes
This commit is contained in:
Dane Everitt 2020-05-12 19:34:23 -07:00 committed by GitHub
commit 6e588b37d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 16 deletions

View File

@ -522,7 +522,7 @@ body {
} }
.skin-blue .sidebar-menu>li.header { .skin-blue .sidebar-menu>li.header {
color: #444a5d; color: #797979;
background: #0e111582; background: #0e111582;
} }
@ -603,22 +603,10 @@ body {
border-bottom: 1px solid #1f2933; border-bottom: 1px solid #1f2933;
} }
.box.box-success {
border-top-color: #1f2933;
}
.box.box-primary {
border-top-color: #1f2933;
}
.box.box-default { .box.box-default {
border-top-color: #1f2933; border-top-color: #1f2933;
} }
.box.box-danger {
border-top-color: #1f2933;
}
.box-footer { .box-footer {
border-top: 1px solid #4d5b69; border-top: 1px solid #4d5b69;
background-color: #3f4d5a; background-color: #3f4d5a;
@ -823,3 +811,25 @@ fieldset[disabled] .form-control {
.well-sm { .well-sm {
padding: 9px; 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"> <td class="col-sm-1 middle">
@if(is_null($allocation->server_id)) @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> <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 @endif
</td> </td>
</tr> </tr>

View File

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