Differences From
Artifact [0e6b10a9e2]:
414 414 font-weight: bold;
415 415 text-decoration: none;
416 416 cursor: help;
417 417 }
418 418
419 419 input.acl {
420 420 @extend %teletype;
421 - background: url(/s/padlock.webp) no-repeat;
421 + background: url(/s/padlock.svg) no-repeat;
422 422 background-size: 20pt;
423 423 background-position: 0.05in 50%;
424 424 &:focus {
425 - background: url(/s/padlock.webp) no-repeat, $grad-ui-focus;
425 + background: url(/s/padlock.svg) no-repeat, $grad-ui-focus;
426 426 background-size: 20pt;
427 427 background-position: 0.05in 50%;
428 428 };
429 429 padding-left: 0.40in;
430 430 }
431 431
432 432 div.modal {