From 40bc93800022b0efec333023c514e39b0d67fe4a Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Wed, 6 Mar 2019 16:38:06 +0100 Subject: [PATCH] notifications font color and some minor changes Former-commit-id: d56c7ed04a10ef693867df7709002169f865bbc3 --- pandora_console/include/styles/pandora.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 375cc2dbf1..81a1a3b1b2 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -4409,8 +4409,20 @@ div#dialog_messages table th:last-child { * --------------------------------------------------------------------- */ +div#header_discovery { + border-radius: 50%; + box-shadow: 0 0 5px 1px #949494; + width: 9px; + font-weight: bold; + color: #fff; +} + +div#header_discovery:hover { + box-shadow: 0 0 5px 2px #949494; +} + .notification-ball { - border: #343434 solid 2px; + border: #fff solid 2px; border-radius: 50%; width: 20px; height: 20px;