Update style for disabled calendar days

pull/1921/merge
Andrew Watkins 2017-08-17 15:16:46 -07:00
parent b41cd95fb1
commit ced052ae69
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ $rd-cell-size: 30px;
&.rd-day-disabled {
color: $g8-storm !important;
background-color: $g5-pepper !important;
cursor: default;
}
}
}