Created
May 29, 2025 21:52
-
-
Save karenpayneoregon/96d306a964990cd8ead5980c3c2d9a09 to your computer and use it in GitHub Desktop.
Bootstrap 5.x date picker disabled dates color
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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