From: Marcel Werk Date: Fri, 2 Sep 2016 16:52:29 +0000 (+0200) Subject: Improved update badge in mobile header X-Git-Tag: 3.0.0_Beta_1~311 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9883d008649c2441035c5f4e756ba9cbf5ef02a7;p=GitHub%2FWoltLab%2FWCF.git Improved update badge in mobile header --- diff --git a/wcfsetup/install/files/style/layout/pageHeader.scss b/wcfsetup/install/files/style/layout/pageHeader.scss index ebb3821ff8..4e0ef2c203 100644 --- a/wcfsetup/install/files/style/layout/pageHeader.scss +++ b/wcfsetup/install/files/style/layout/pageHeader.scss @@ -417,13 +417,14 @@ &.pageMenuMobileButtonHasContent::after { background-color: rgb(244, 67, 54); + border: 2px solid $wcfHeaderBackground; border-radius: 50%; content: ""; - height: 10px; + height: 14px; position: absolute; - right: -3px; - top: -6px; - width: 10px; + right: -5px; + top: -8px; + width: 14px; } }