bug fix
This commit is contained in:
parent
7ecfd8017c
commit
17e68fbbd9
|
|
@ -24,6 +24,6 @@ class AppServiceProvider extends ServiceProvider
|
|||
*/
|
||||
public function boot()
|
||||
{
|
||||
// URL::forceScheme('https');
|
||||
URL::forceScheme('https');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
9
public/css/index.css
vendored
9
public/css/index.css
vendored
|
|
@ -130,4 +130,11 @@ input:autofill, -webkit-autofill, :focus, :active {
|
|||
|
||||
#loadOverlay{
|
||||
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;
|
||||
}
|
||||
Loading…
Reference in a new issue