diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index 08a9b54..54c51c7 100755 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -24,6 +24,6 @@ class AppServiceProvider extends ServiceProvider */ public function boot() { - // URL::forceScheme('https'); + URL::forceScheme('https'); } } diff --git a/public/css/index.css b/public/css/index.css index 4592504..2aaf9b8 100755 --- a/public/css/index.css +++ b/public/css/index.css @@ -130,4 +130,11 @@ input:autofill, -webkit-autofill, :focus, :active { #loadOverlay{ display: none; - } \ No newline at end of file + } + +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus, +input:-webkit-autofill:active { + transition: background-color 9999s ease-in-out 0s; +} \ No newline at end of file