Skip to content

Instantly share code, notes, and snippets.

@karenpayneoregon
Created May 29, 2025 21:52
Show Gist options
  • Save karenpayneoregon/96d306a964990cd8ead5980c3c2d9a09 to your computer and use it in GitHub Desktop.
Save karenpayneoregon/96d306a964990cd8ead5980c3c2d9a09 to your computer and use it in GitHub Desktop.
Bootstrap 5.x date picker disabled dates color
/* Re-tint out-of-month or disabled days */
.datepicker table tr td.old,
.datepicker table tr td.new,
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
color: #b22222; /* Firebrick red – pick your poison */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment