Fixed design calendar css bug (#1527)

Fixes #983
pull/2/head
Levi Wilcox 7 years ago committed by Leonardo Galli
parent 41d3f6d7ea
commit 28e0f85e88

@ -96,6 +96,7 @@
.primary { .primary {
border-color : @btn-primary-bg; border-color : @btn-primary-bg;
color: white;
} }
.info { .info {

@ -1354,6 +1354,7 @@ be a descendant of the grid when it is being dragged.
.fc-list-item:hover td { .fc-list-item:hover td {
background-color: #f5f5f5; background-color: #f5f5f5;
color: #444444;
} }
.fc-list-item-marker, .fc-list-item-marker,

Loading…
Cancel
Save