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;
|
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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue