From fe140c78695415ca4b37440578ef93b3c96273aa Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 12 Mar 2016 13:51:40 +0100 Subject: [PATCH] Using a different appearance for menu badges --- wcfsetup/install/files/style/layout/pageHeader.scss | 5 +++++ wcfsetup/install/files/style/layout/pageHeaderSticky.scss | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/wcfsetup/install/files/style/layout/pageHeader.scss b/wcfsetup/install/files/style/layout/pageHeader.scss index 59e7d7554c..cceb90ccb6 100644 --- a/wcfsetup/install/files/style/layout/pageHeader.scss +++ b/wcfsetup/install/files/style/layout/pageHeader.scss @@ -74,6 +74,11 @@ font-size: 16px; font-weight: 400; padding: 6px 12px; + + > .boxMenuLinkOutstandingItems { + background-color: rgb(255, 255, 255); + color: rgb(192, 57, 43); + } } > span { diff --git a/wcfsetup/install/files/style/layout/pageHeaderSticky.scss b/wcfsetup/install/files/style/layout/pageHeaderSticky.scss index c7ba512486..34aeb44641 100644 --- a/wcfsetup/install/files/style/layout/pageHeaderSticky.scss +++ b/wcfsetup/install/files/style/layout/pageHeaderSticky.scss @@ -66,6 +66,14 @@ align-items: center; display: flex; height: 50px; + + > span { + flex: 0 0 auto; + } + + > .boxMenuLinkOutstandingItems { + margin-left: 5px; + } } .boxMenuDepth1 { -- 2.20.1