Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 236: | Line 236: | ||
=== Functions and Buttons === | === Functions and Buttons === | ||
==== | ====Hide the checkout selector==== | ||
.pagetypeajaxbookedit #checkout{display:none;} | .pagetypeajaxbookedit #checkout{display:none;} | ||
===='Delete' button==== | ====Hide the 'Delete' button==== | ||
.pagetypeajaxbookedit .deletebookingbutton{display:none;} | .pagetypeajaxbookedit .deletebookingbutton{display:none;} | ||
===Hide the | ====Hide the 'Add Booking' button==== | ||
.icon-suitcase, .b24btn_AddBooking{display:none;} | .icon-suitcase, .b24btn_AddBooking{display:none;} | ||
===Hide the | ====Hide the 'Copy as new' button==== | ||
.pagetypeajaxbookedit #bookingcopyasnewbutton{display:none;} | .pagetypeajaxbookedit #bookingcopyasnewbutton{display:none;} | ||
===Hide the | ====Hide the 'Print' button==== | ||
.pagetypeajaxbookedit #bookingprintbutton{display:none;} | .pagetypeajaxbookedit #bookingprintbutton{display:none;} | ||
===Hide the | ====Hide the 'Template' buttons==== | ||
.pagetypeajaxbookedit #bookingtemplate1button{display:none;} | .pagetypeajaxbookedit #bookingtemplate1button{display:none;} | ||