mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
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:
parent
086abb2a55
commit
46285fefd7
@ -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;
|
||||||
|
}
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user