mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-26 11:27:04 +00:00
notificationBadge & notificationCount:hover
This commit is contained in:
parent
b7bc0d71c2
commit
2ffeedce16
@ -2403,7 +2403,16 @@ nav .lbbuttonsel2 {
|
||||
right: 9rem;
|
||||
top: 0.2em;
|
||||
}
|
||||
|
||||
#notificationBadge {
|
||||
box-shadow: -0.1px 1px 2px #000000;
|
||||
-webkit-box-shadow: -0.1px 1px 2px #000000;
|
||||
-moz-box-shadow: -0.1px 1px 2px #000000;
|
||||
top: 0.95rem;
|
||||
left: 1.6rem !important;
|
||||
}
|
||||
#notificationCount:hover {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.night #notificationCount {
|
||||
color: black;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user