1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

Fixed design calendar css bug (#1527)

Fixes #983
This commit is contained in:
Levi Wilcox 2017-05-15 00:40:00 -07:00 committed by Leonardo Galli
parent 41d3f6d7ea
commit 28e0f85e88
2 changed files with 2 additions and 0 deletions

View File

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

View File

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