Category:Developers: Difference between revisions

Jump to navigation Jump to search
Lesley (talk | contribs)
Line 112: Line 112:
   max- width: 500px;
   max- width: 500px;


=== Remove the hover effect on pictures (adaptive booking page only===
=== Remove the hover effect on pictures (adaptive booking page only)===
img {
img {
pointer-events: none;
pointer-events: none;
}
=== Add a label above the room selector for multiple room bookings (responsive booking page only)===
.roomofferqtyselectlabel {
    display: block;
}
}