Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 226: | Line 226: | ||
===Hide the "Add Booking" button in the booking menu=== | ===Hide the "Add Booking" button in the booking menu=== | ||
.icon-suitcase, .b24btn_AddBooking{display:none;} | .icon-suitcase, .b24btn_AddBooking{display:none;} | ||
===Hide the "Copy as new" button in the booking menu=== | |||
.pagetypeajaxbookedit #bookingcopyasnewbutton{display:none;} | |||
===Hide the "Print" button in the booking menu=== | |||
.pagetypeajaxbookedit #bookingprintbutton{display:none;} | |||
===Hide the "Template" buttons in the booking menu=== | |||
.pagetypeajaxbookedit #bookingtemplate1button{display:none;} | |||
.pagetypeajaxbookedit #bookingtemplate2button{display:none;} | |||
.pagetypeajaxbookedit #bookingtemplate3button{display:none;} | |||
===Hide "Show" in the CALENDAR=== | ===Hide "Show" in the CALENDAR=== | ||