diff --git a/html/css/styles.css b/html/css/styles.css index 504400d76..05d00c39c 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1773,7 +1773,7 @@ label { .badge-navbar-user{ background:red; border-radius: 40%; - font-size: 60%; + font-size: 50%; height: auto; margin: 0; padding:5px; diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index c15444c80..5d1f217eb 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -492,7 +492,11 @@ if(is_file("includes/print-menubar-custom.inc.php")) { '.($notifications['sticky_count']+$notifications['count']).''); + $style = ''; + if (empty($notifications['count']) && empty($notifications['sticky_count'])) { + $style = 'style="background-color:grey; color:white;"'; + } + echo(''.($notifications['sticky_count']+$notifications['count']).''); ?>