Improved update badge in mobile header
authorMarcel Werk <burntime@woltlab.com>
Fri, 2 Sep 2016 16:52:29 +0000 (18:52 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 5 Sep 2016 10:00:59 +0000 (12:00 +0200)
wcfsetup/install/files/style/layout/pageHeader.scss

index ebb3821ff87fffd75ee8bb7b8c96765ee6c2a099..4e0ef2c2036ff48928dbd84708dc8ceb4463ae86 100644 (file)
                
                &.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;
                }
        }