Skip to content

Commit

Permalink
CSS/withStyle - Added style to disabled dates in bootstrap datepicker…
Browse files Browse the repository at this point in the history
…, light gray color and disabled 'no-drop' cursor
  • Loading branch information
arturmamedov committed Oct 3, 2018
1 parent 12a5686 commit b2f6551
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions withstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
background-color: #286090 !important;
border-radius: 5px;
}
/* + disbled dates */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
color: #EEEEEE !important;
cursor: no-drop !important;
}

/* for jq highlight */
.highlight {
Expand Down

0 comments on commit b2f6551

Please sign in to comment.