add sexy sexy download icon to expanded post images
This commit is contained in:
parent
4a5a428ff6
commit
c67c88cee8
|
@ -510,6 +510,13 @@ button {
|
|||
color: $caption-title-color;
|
||||
word-wrap: break-word;
|
||||
padding-right: 36px; // leave some space for counter at right side
|
||||
|
||||
// add the download icon
|
||||
a.image-source-link:before {
|
||||
content: "\f019";
|
||||
font-family: FontAwesome;
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.mfp-image-holder {
|
||||
|
|
Loading…
Reference in New Issue