Browse Source

smaller caption

master
Chris 6 years ago
parent
commit
2864a34525
  1. 7
      assets/simplelightbox/simple-lightbox.css

7
assets/simplelightbox/simple-lightbox.css

@ -14,7 +14,8 @@ body.hidden-scroll {
top: 0; top: 0;
bottom: 0; bottom: 0;
background: #000; background: #000;
opacity: 0.9; opacity: 1;
opacity: 1;
display: none; display: none;
z-index: 1035; } z-index: 1035; }
@ -128,7 +129,9 @@ body.hidden-scroll {
border: 0 none; } } border: 0 none; } }
.sl-wrapper .sl-image .sl-caption { .sl-wrapper .sl-image .sl-caption {
display: none; display: none;
padding: 10px; padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
color: #eee; color: #eee;
background: #000; background: #000;
font-size: 1rem; font-size: 1rem;

Loading…
Cancel
Save