Category:Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 98: | Line 98: | ||
} | } | ||
=== Change width of hover image (adaptive booking page only | === Change width of hover image (adaptive booking page only=== | ||
.ui-tooltip { | .ui-tooltip { | ||
max- width: 500px; | max- width: 500px; | ||
=== Remove the hover effect on pictures (adaptive booking page only=== | |||
img { | |||
pointer-events: none; | |||
} | |||
== Javascript == | == Javascript == | ||