Category:Developers: Difference between revisions
Jump to navigation
Jump to search
| Line 158: | Line 158: | ||
exchange ffffff with the hex code of the color you want to use. | exchange ffffff with the hex code of the color you want to use. | ||
=== Make language selector and currency selector a button (responsive booking page only)=== | |||
.b24languagedropdown .btn, .b24languagedropdown .btn.active, .b24languagedropdown .btn:active, .b24currencydropdown .btn, .b24currencydropdown .btn.active, .b24currencydropdown.btn:active { | |||
background: white; | |||
padding: 10px; | |||
} | |||
== External CSS file == | == External CSS file == | ||
It is possible to make the booking page use a CSS file that you supply, you must host the CSS file on a secure web server (using https:). | It is possible to make the booking page use a CSS file that you supply, you must host the CSS file on a secure web server (using https:). | ||