From d46eac9b602f7a2d1c7a24d52fbf8cbdb17b966a Mon Sep 17 00:00:00 2001 From: Jakob Schrettenbrunner Date: Sun, 19 Mar 2017 11:35:51 +0100 Subject: [PATCH] set theme-color meta to darker blue to match mobile design --- resources/themes/pterodactyl/layouts/admin.blade.php | 2 +- resources/themes/pterodactyl/layouts/auth.blade.php | 2 +- resources/themes/pterodactyl/layouts/error.blade.php | 2 +- resources/themes/pterodactyl/layouts/master.blade.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/themes/pterodactyl/layouts/admin.blade.php b/resources/themes/pterodactyl/layouts/admin.blade.php index adfb0f7d7..f3a7920b8 100644 --- a/resources/themes/pterodactyl/layouts/admin.blade.php +++ b/resources/themes/pterodactyl/layouts/admin.blade.php @@ -34,7 +34,7 @@ - + @section('scripts') {!! Theme::css('vendor/select2/select2.min.css') !!} diff --git a/resources/themes/pterodactyl/layouts/auth.blade.php b/resources/themes/pterodactyl/layouts/auth.blade.php index 605f04559..4bbbdddf2 100644 --- a/resources/themes/pterodactyl/layouts/auth.blade.php +++ b/resources/themes/pterodactyl/layouts/auth.blade.php @@ -32,7 +32,7 @@ - + @section('scripts') {!! Theme::css('vendor/bootstrap/bootstrap.min.css') !!} diff --git a/resources/themes/pterodactyl/layouts/error.blade.php b/resources/themes/pterodactyl/layouts/error.blade.php index 3046174f4..604171f44 100644 --- a/resources/themes/pterodactyl/layouts/error.blade.php +++ b/resources/themes/pterodactyl/layouts/error.blade.php @@ -33,7 +33,7 @@ - + @section('scripts') {!! Theme::css('vendor/bootstrap/bootstrap.min.css') !!} diff --git a/resources/themes/pterodactyl/layouts/master.blade.php b/resources/themes/pterodactyl/layouts/master.blade.php index 91965dcf2..acbad8883 100644 --- a/resources/themes/pterodactyl/layouts/master.blade.php +++ b/resources/themes/pterodactyl/layouts/master.blade.php @@ -33,7 +33,7 @@ - + @section('scripts') {!! Theme::css('vendor/bootstrap/bootstrap.min.css') !!}