Added styling for embedded attachments (images)
authorMarcel Werk <burntime@woltlab.com>
Sun, 2 Oct 2016 21:07:48 +0000 (23:07 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sun, 2 Oct 2016 21:07:48 +0000 (23:07 +0200)
wcfsetup/install/files/style/ui/attachment.scss

index 5936cba685abdb059b1b4f367149a43847c093cb..b4f5f4ce35a26d74eb2cb7d44942225517dec537 100644 (file)
                }
        }
 }
+
+/* embedded images */
+.embeddedAttachmentLink img {
+       border: 1px solid $wcfContentBorderInner;
+       padding: 2px;
+}