diff --git a/public/themes/pterodactyl/css/pterodactyl.css b/public/themes/pterodactyl/css/pterodactyl.css index b016ee4ed..8e3580f2b 100644 --- a/public/themes/pterodactyl/css/pterodactyl.css +++ b/public/themes/pterodactyl/css/pterodactyl.css @@ -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; +} diff --git a/resources/views/admin/nodes/view/allocation.blade.php b/resources/views/admin/nodes/view/allocation.blade.php index 15c14eb7c..83ac9c6c6 100644 --- a/resources/views/admin/nodes/view/allocation.blade.php +++ b/resources/views/admin/nodes/view/allocation.blade.php @@ -83,8 +83,6 @@ @if(is_null($allocation->server_id)) - @else - @endif diff --git a/resources/views/admin/nodes/view/index.blade.php b/resources/views/admin/nodes/view/index.blade.php index 566982d5c..993f233dc 100644 --- a/resources/views/admin/nodes/view/index.blade.php +++ b/resources/views/admin/nodes/view/index.blade.php @@ -132,7 +132,7 @@
-
+
Total Servers