@@ -411,7 +411,7 @@ input.firebaseui-input-invalid{
411
411
}
412
412
413
413
.firebaseui-icon-done {
414
- background-image : url ("//www.gstatic.com/images/icons/material/system/2x/done_googgreen_36dp.png" );
414
+ background-image : url ("https: //www.gstatic.com/images/icons/material/system/2x/done_googgreen_36dp.png" );
415
415
background-position : center;
416
416
background-repeat : no-repeat;
417
417
background-size : 36px 36px ;
@@ -446,7 +446,7 @@ input.firebaseui-input-invalid{
446
446
}
447
447
448
448
.firebaseui-flag {
449
- background-image : url ("//www.gstatic.com/firebasejs/ui/2.0.0/images/auth/flags_sprite_2x.png" );
449
+ background-image : url ("https: //www.gstatic.com/firebasejs/ui/2.0.0/images/auth/flags_sprite_2x.png" );
450
450
background-size : 100% auto;
451
451
/* Set a drop shadow so white flags are more distinct. */
452
452
filter : drop-shadow (1px 1px 1px rgba (0 , 0 , 0 , 0.54 ));
@@ -529,11 +529,11 @@ input.firebaseui-input-invalid{
529
529
}
530
530
531
531
.firebaseui-input-toggle-on {
532
- background-image : url ("//www.gstatic.com/images/icons/material/system/1x/visibility_black_24dp.png" );
532
+ background-image : url ("https: //www.gstatic.com/images/icons/material/system/1x/visibility_black_24dp.png" );
533
533
}
534
534
535
535
.firebaseui-input-toggle-off {
536
- background-image : url ("//www.gstatic.com/images/icons/material/system/1x/visibility_off_black_24dp.png" );
536
+ background-image : url ("https: //www.gstatic.com/images/icons/material/system/1x/visibility_off_black_24dp.png" );
537
537
}
538
538
539
539
.firebaseui-input-toggle-focus {
0 commit comments