notifications font color and some minor changes
Former-commit-id: d56c7ed04a10ef693867df7709002169f865bbc3
This commit is contained in:
parent
05c6e82e93
commit
40bc938000
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue