sonarrv3: fixed calendar agenda hover

This commit is contained in:
gilbN 2019-07-24 17:12:45 +02:00
parent ed451c3ebe
commit 3490a50580

View File

@ -355,7 +355,10 @@ a:focus, a:hover {
background-color: hsla(0,0%,100%,.08);
color: #f9be03;
}
/* calendar agenda */
.AgendaEvent-event-2a83A:hover {
background-color: hsla(0,0%,100%,.08) !important;
}
/* Activity Page */
.popover.in {
opacity: .9;