Add a white background to ALL the images in the navigation bar of the lightbox

This commit is contained in:
Titouan Lorieul 2013-09-16 18:35:38 +02:00
parent 1aca1e1e51
commit b53c207477

View file

@ -106,6 +106,7 @@
width: 70px; width: 70px;
margin-right: 5px; margin-right: 5px;
cursor: pointer; cursor: pointer;
background-color: white;
&:last-child{ &:last-child{
margin-right: 0; margin-right: 0;
@ -113,7 +114,6 @@
&.selected{ &.selected{
@include opacity(1); @include opacity(1);
background-color: white;
} }
} }
} }