Skip to content

Commit 101e383

Browse files
committed
add download link css and image lokesh#312 lokesh#216 lokesh#265
1 parent 7b99f95 commit 101e383

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

css/lightbox.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,21 @@ body:after {
208208
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
209209
opacity: 1;
210210
}
211+
212+
.lb-download{
213+
border-radius: 5px;
214+
display: block;
215+
height: 40px;
216+
width: 40px;
217+
background: url(../img/arrow-down.png) 50% 50% no-repeat;
218+
background-color: rgba(0,0,0,.5);
219+
transition: .2s;
220+
opacity: .3;
221+
position: absolute;
222+
bottom: 15px;
223+
right: 15px;
224+
z-index: 11;
225+
}
226+
.lb-download:hover{
227+
opacity: 1;
228+
}

img/arrow-down.png

177 Bytes
Loading

0 commit comments

Comments
 (0)