Fixed overlay paths

This commit is contained in:
Seth 2017-01-20 12:23:02 -05:00
parent fe1c136408
commit aa3a3d55d5

View file

@ -608,7 +608,7 @@
-webkit-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
background-image: url("../../images/overlay.png");
background-image: url("../../img/overlay.png");
background-color: rgba(19, 21, 25, 0.5);
border-radius: 4px;
content: '';
@ -1075,7 +1075,7 @@
-webkit-transition-delay: 0.75s;
-ms-transition-delay: 0.75s;
transition-delay: 0.75s;
background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../images/overlay.png");
background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../img/overlay.png");
background-size: auto, 256px 256px;
background-position: center, center;
background-repeat: no-repeat, repeat;