notifications font color and some minor changes

Former-commit-id: d56c7ed04a10ef693867df7709002169f865bbc3
This commit is contained in:
fbsanchez 2019-03-06 16:38:06 +01:00
parent 05c6e82e93
commit 40bc938000
1 changed files with 13 additions and 1 deletions

View File

@ -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;