nepali-date-picker icon indicating copy to clipboard operation
nepali-date-picker copied to clipboard

Is there is a way to set holidays?

Open bleedweedsuz opened this issue 1 year ago • 0 comments

I use below CSS to indicate holidays, it would be awesome if I can set date range or some sort of date arrays.

/*Custom - Holiday indicator*/
<style> #ndp-nepali-box #ndp-table table td:has(a[data-value="2080-03-03"]){ background: #ff9898; } </style>
<style> #ndp-nepali-box #ndp-table table td:has(a[data-value="2080-03-04"]){ background: #ff9898; } </style>
<style> #ndp-nepali-box #ndp-table table td:has(a[data-value="2080-03-05"]){ background: #ff9898; } </style>

/*Saturday - सार्बजनिक bida*/
<style> 
#ndp-nepali-box #ndp-table table tr td:nth-child(7){ background: #ff3f3f; } 
#ndp-nepali-box #ndp-table table tr td:nth-child(7)>a{color:white;}
</style>

bleedweedsuz avatar Jun 25 '23 11:06 bleedweedsuz