Using a different appearance for menu badges
authorAlexander Ebert <ebert@woltlab.com>
Sat, 12 Mar 2016 12:51:40 +0000 (13:51 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 12 Mar 2016 12:51:40 +0000 (13:51 +0100)
wcfsetup/install/files/style/layout/pageHeader.scss
wcfsetup/install/files/style/layout/pageHeaderSticky.scss

index 59e7d7554c12f4d6dedf67c14a7041a39168a502..cceb90ccb6508b790cf99ba1ec7a6f37f64be248 100644 (file)
                        font-size: 16px;
                        font-weight: 400;
                        padding: 6px 12px;
+                       
+                       > .boxMenuLinkOutstandingItems {
+                               background-color: rgb(255, 255, 255);
+                               color: rgb(192, 57, 43);
+                       }
                }
                
                > span {
index c7ba512486bfa331da063642f1991a540f2c7cf8..34aeb4464197d8f3335363c0ae2e8e9f448c362b 100644 (file)
                                align-items: center;
                                display: flex;
                                height: 50px;
+                               
+                               > span {
+                                       flex: 0 0 auto;
+                               }
+                               
+                               > .boxMenuLinkOutstandingItems {
+                                       margin-left: 5px;
+                               }
                        }
                        
                        .boxMenuDepth1 {