@@ -411,7 +411,7 @@ input.firebaseui-input-invalid{
411411}
412412
413413.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" );
415415 background-position : center;
416416 background-repeat : no-repeat;
417417 background-size : 36px 36px ;
@@ -446,7 +446,7 @@ input.firebaseui-input-invalid{
446446}
447447
448448.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" );
450450 background-size : 100% auto;
451451 /* Set a drop shadow so white flags are more distinct. */
452452 filter : drop-shadow (1px 1px 1px rgba (0 , 0 , 0 , 0.54 ));
@@ -529,11 +529,11 @@ input.firebaseui-input-invalid{
529529}
530530
531531.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" );
533533}
534534
535535.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" );
537537}
538538
539539.firebaseui-input-toggle-focus {
0 commit comments