Skip to content

Commit 620da6f

Browse files
committed
firefox fallback
1 parent eb80717 commit 620da6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/css/app.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ input[type='radio'] { border: 0; }
3333
====================================================== */
3434
/* preview */
3535
.arrow_box { padding: 40px; width: 280px; height: 100px; border-radius: 6px;
36+
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
37+
3638
-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
37-
-moz-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
3839
filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
3940
}
4041

0 commit comments

Comments
 (0)