diff --git a/view/css/admin_style.css b/view/css/admin_style.css index 0dccf59..f64b148 100644 --- a/view/css/admin_style.css +++ b/view/css/admin_style.css @@ -264,7 +264,7 @@ body{ padding-left: 22px; padding-right: 6px; } - .admin-index-top-item-list-item-child-dot-red2{ + .admin-index-top-item-list-item-child-dot-red2,.admin-index-top-item-list-item-child-dot-grey2{ margin-right: 5px; } .admin-index-top-item-list-item-child-dot-red2::after{ @@ -277,6 +277,16 @@ body{ position: relative; top: -2px; } + .admin-index-top-item-list-item-child-dot-grey2::after{ + content: ''; + display: inline-block; + width: 6px; + height: 6px; + background: #69717D; + border-radius: 50%; + position: relative; + top: -2px; + } .admin-card-text-3 span,.admin-card-text-4 span{ font-size: 11px; margin-left: 5px; diff --git a/view/templates/include/admin_leftmenu.html b/view/templates/include/admin_leftmenu.html index 0dff859..7a1247c 100644 --- a/view/templates/include/admin_leftmenu.html +++ b/view/templates/include/admin_leftmenu.html @@ -7,7 +7,7 @@