From abcdfc27c56e2df30643764b00bfa79d9f05659f Mon Sep 17 00:00:00 2001 From: Kenn Jacobsen Date: Wed, 24 Oct 2018 20:15:17 +0200 Subject: [PATCH] Add a white border around the badge to make it stand out if it overlaps the app icon --- .../src/less/components/umb-editor-navigation.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/components/umb-editor-navigation.less b/src/Umbraco.Web.UI.Client/src/less/components/umb-editor-navigation.less index f94a874892..cb2d0c8be4 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/umb-editor-navigation.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/umb-editor-navigation.less @@ -52,10 +52,10 @@ top: 6px; right: 6px; min-width: 16px; - background-color: @turquoise-d1; - border-radius: 50%; color: @white; - text-align: center; + background-color: @turquoise-d1; + border: 2px solid @white; + border-radius: 50%; font-size: 10px; font-weight: bold; padding: 2px;