style fixes for prev / next buttons
This commit is contained in:
parent
172bc80ec1
commit
a3811f767c
1 changed files with 6 additions and 3 deletions
|
|
@ -98,16 +98,19 @@
|
|||
background-color: rgba(0,0,0,0.4);
|
||||
padding: 5px 0;
|
||||
white-space: nowrap;
|
||||
margin: 0 30px 0 30px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#lightbox-scrollleft, #lightbox-scrollright{
|
||||
z-index: 1005;
|
||||
color: #fff;
|
||||
background-color: #0f0f0f;
|
||||
display: inline-block;
|
||||
height: 70px;
|
||||
width: 30px;
|
||||
position: fixed;
|
||||
cursor: pointer;
|
||||
font-size: 3em;
|
||||
}
|
||||
|
||||
#lightbox-scrollleft{
|
||||
|
|
@ -121,8 +124,8 @@
|
|||
#lightbox-imageset{
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
padding-right: 100px;
|
||||
padding-left: 40px;
|
||||
padding-left: 50px;
|
||||
padding-right: 50px;
|
||||
|
||||
img{
|
||||
@include transition(opacity, 0.2s);
|
||||
|
|
|
|||
Loading…
Reference in a new issue