From 46285fefd7017350f85384b37898ae7d5150c97f Mon Sep 17 00:00:00 2001 From: Charles Morgan Date: Sun, 10 May 2020 18:09:01 -0400 Subject: [PATCH] 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 --- public/themes/pterodactyl/css/pterodactyl.css | 36 ++++++++++++------- .../admin/nodes/view/allocation.blade.php | 2 -- .../views/admin/nodes/view/index.blade.php | 2 +- 3 files changed, 24 insertions(+), 16 deletions(-) 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