diff --git a/themes/fid_adlr/scss/_lightbox.scss b/themes/fid_adlr/scss/_lightbox.scss index 3a5a24f95d57c552d4c740539d0531d60806ea07..e2b8d218a6fe74c1d2fb44d9a2765d40a451b8a4 100644 --- a/themes/fid_adlr/scss/_lightbox.scss +++ b/themes/fid_adlr/scss/_lightbox.scss @@ -1,11 +1,18 @@ @media (min-width: 768px) { #modal .modal-content > .close { // Fancy side X button + background: transparent; border: 0; color: $white; font-size: 32pt; + opacity: 0.7; outline: none; right: -50px; + text-shadow: 0 1px 0 #fff; + + &:hover { + background: transparent; + } body.rtl & { left: -50px;