radarrv1 calendar list fix
This commit is contained in:
parent
d86698bfda
commit
45e603cdb5
@ -363,6 +363,18 @@ a:focus, a:hover {
|
|||||||
color: #f9be03;
|
color: #f9be03;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Calendar List */
|
||||||
|
|
||||||
|
.fc-list-item:hover td {
|
||||||
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
||||||
|
}
|
||||||
|
.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
|
||||||
|
background: rgba(0, 0, 0, 0.1) !important;
|
||||||
|
}
|
||||||
|
.fc-unthemed .fc-list-view {
|
||||||
|
border-color: rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
/* Activity Page */
|
/* Activity Page */
|
||||||
.popover.in {
|
.popover.in {
|
||||||
opacity: .9;
|
opacity: .9;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user