This commit is contained in:
root 2023-05-31 18:01:50 -04:00
parent 7ecfd8017c
commit 17e68fbbd9
2 changed files with 9 additions and 2 deletions

View file

@ -24,6 +24,6 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function boot() public function boot()
{ {
// URL::forceScheme('https'); URL::forceScheme('https');
} }
} }

View file

@ -131,3 +131,10 @@ input:autofill, -webkit-autofill, :focus, :active {
#loadOverlay{ #loadOverlay{
display: none; display: none;
} }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 9999s ease-in-out 0s;
}