Css day problems
-
Hi, i put your css for days style, but something goes wrong with my page seems does not work
http://test.barbaecapelli.com/calendario-sala/
for examples past days must be not red!
thanks in advance
/*For available dates:*/
#fbuilder .ui-datepicker-calendar .ui-state-default {background:#dfeffe;color:#1a4a78;}
/*For past dates:*/
#fbuilder .ui-datepicker-unselectable .ui-state-default{background:#f4f4f4;color:#ddd;}
/*For active date:*/
#fbuilder .ui-datepicker-calendar .ui-state-active {background: #e9d99b; color: #f00;}
/*For fully-booked dates:*/
#fbuilder .notavailslot .ui-state-default{background:#f00}
/*For invalid dates like holiday, etc:*/
#fbuilder .invalidDate .ui-state-default{color:#b4b3b3}The page I need help with: [log in to see the link]
The topic ‘Css day problems’ is closed to new replies.