Category:Developers: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 91: Line 91:
=== Add a border around the selected dates===
=== Add a border around the selected dates===
  .datestay {border: 1px solid #2f2f2f !important;}
  .datestay {border: 1px solid #2f2f2f !important;}
=== Line through unavailable dates===
.datenotavail {
text-decoration: line-through;
}


== Javascript ==
== Javascript ==