浏览代码

Fixed PNG zoom edges

Moritz Schmidt 10 年之前
父节点
当前提交
038895b748
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {