Change calender CSS - selected day only set border color
Posted: Thu Feb 23, 2017 4:52 pm
Hi,
When people come to me booking page, they see 3 days (minimu stay) selected in the calender.
At that point can not see if the selected days are free or closed, as the color changes of that date by the selection-color.
It could be that the day in the middle is closed and the other are free, but they can not see that.
Has anyone experience by only changing the BORDER-color on the kalender-day , so you would get better inside.
1/ you see the day you selected
2/ you see if that day is free or closed.
I'm testing in CSS but had no luck yet in finding a solution.
ps: I think that this should be default be changed for all users, as they miss out now very important information.
Here you can see what I mean.
http://pasteboard.co/3MOgZ6Yof.png
days selected from monday to saterday, but which days are open or closed?
you can not see that. beds24 should not change the day-color but only put a black border around the selected days, so you see what is not free.
I have already made other changes to avoid people clicking on the calender 2 times, thinking it will set begin and end date + little hand on begin and end date
.roomoffercalendarmonth{
pointer-events: none;
}
.monthcalendarhead{
pointer-events: auto;
}
.form-control{
cursor: pointer;
}
When people come to me booking page, they see 3 days (minimu stay) selected in the calender.
At that point can not see if the selected days are free or closed, as the color changes of that date by the selection-color.
It could be that the day in the middle is closed and the other are free, but they can not see that.
Has anyone experience by only changing the BORDER-color on the kalender-day , so you would get better inside.
1/ you see the day you selected
2/ you see if that day is free or closed.
I'm testing in CSS but had no luck yet in finding a solution.
ps: I think that this should be default be changed for all users, as they miss out now very important information.
Here you can see what I mean.
http://pasteboard.co/3MOgZ6Yof.png
days selected from monday to saterday, but which days are open or closed?
you can not see that. beds24 should not change the day-color but only put a black border around the selected days, so you see what is not free.
I have already made other changes to avoid people clicking on the calender 2 times, thinking it will set begin and end date + little hand on begin and end date
.roomoffercalendarmonth{
pointer-events: none;
}
.monthcalendarhead{
pointer-events: auto;
}
.form-control{
cursor: pointer;
}