From: Marcel Werk <burntime@woltlab.com> Date: Sun, 10 Jul 2016 16:35:28 +0000 (+0200) Subject: Small style optimization X-Git-Tag: 3.0.0_Beta_1~1215 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b4fb1837380eaacc283e84e756b285a01b82f872;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- diff --git a/wcfsetup/install/files/style/ui/messageGroup.scss b/wcfsetup/install/files/style/ui/messageGroup.scss index fd94044aa2..7ca973ef61 100644 --- a/wcfsetup/install/files/style/ui/messageGroup.scss +++ b/wcfsetup/install/files/style/ui/messageGroup.scss @@ -55,11 +55,16 @@ top: 1px; } - .tabularListRowHead .columnMark > label::before { - top: -3px; + .tabularListRowHead { + .columnMark > label::before { + top: -3px; + } + + .jsMarked .columnMark > label::after { + top: 3px; + } } - .messageDeleted .columnAvatar, .messageDisabled .columnAvatar { position: relative;