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