Sfoglia il codice sorgente

Fixed PNG zoom edges

Moritz Schmidt 10 anni fa
parent
commit
038895b748
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      templates/header.php

+ 1 - 0
templates/header.php

@@ -64,6 +64,7 @@
         -ms-transition: all 1s ease; /* IE 9 */
         -o-transition: all 1s ease; /* Opera */
         transition: all 1s ease;
+        outline: 1px solid transparent;
       }
 
       .image-zoom:hover img {