diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index 7c596e70d9..b99f1a8430 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -118,13 +118,15 @@ &::before { content: ' '; position: absolute; - width: 8px; - height: 8px; - bottom: 2px; + width: 7px; + height: 7px; + bottom: 1px; + right: 1px; background-color: @background-notification-badge-ie; background-color: @background-notification-badge; border-radius: 4px; - right: 2px; + stroke-width: 1px; + stroke: rgba(122, 99, 0, 0.5); } } }