Add a white background to ALL the images in the navigation bar of the lightbox
This commit is contained in:
parent
1aca1e1e51
commit
b53c207477
1 changed files with 1 additions and 1 deletions
|
|
@ -106,6 +106,7 @@
|
|||
width: 70px;
|
||||
margin-right: 5px;
|
||||
cursor: pointer;
|
||||
background-color: white;
|
||||
|
||||
&:last-child{
|
||||
margin-right: 0;
|
||||
|
|
@ -113,7 +114,6 @@
|
|||
|
||||
&.selected{
|
||||
@include opacity(1);
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue