From 4031ae9bf717832d60cfcb3b67be37270fc16ebc Mon Sep 17 00:00:00 2001 From: fbsanchez <fborja.sanchez@artica.es> Date: Mon, 25 Mar 2019 20:23:07 +0100 Subject: [PATCH] minor update in notification viewer Former-commit-id: 990993ee0c2df7d9fb39a358b94c27b7df968426 --- pandora_console/include/styles/pandora.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 6631a5dc48..59fa94c8e8 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -4420,6 +4420,10 @@ div#dialog_messages table th:last-child { font-weight: bold; } +.notification-ball.notification-ball-new-messages:hover { + box-shadow: 0 0 3px #888; +} + .notification-ball-no-messages { background-color: #82b92e; cursor: pointer; @@ -4433,7 +4437,7 @@ div#dialog_messages table th:last-child { border: #a5a5a5 solid 1px; z-index: 900000; position: absolute; - width: 400px; + width: 550px; margin-top: -5px; border-radius: 5px; } @@ -4447,8 +4451,7 @@ div#dialog_messages table th:last-child { border-width: 12px; border-style: solid; bottom: 100%; - left: 78%; - left: calc(78% - 2px); + left: calc(58% - 7px); margin-left: -12px; border-bottom-color: white; }