diff --git a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
index 9afb25999fa4cfdcf2309ae4f07a18539a662876..1a00389f447fd2c4c57a0866cecdb0be99492fd3 100644
--- a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
+++ b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
@@ -11,6 +11,7 @@
   &.update_available:not(.isPiwikDemo) .title {
     color: #CA8100;
     font-weight: bold;
+    cursor: default;
   }
 
   .icon-warning {
@@ -27,6 +28,9 @@
 
 #header_message .dropdown {
   font-size: 12px;
+  margin-top: 0px;
+  border-top:5px solid #edecec;
+  box-shadow: 8px 6px 7px 0px rgba(0, 0, 0, 0.3);
 }
 
 #header_message .header_short {