Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 236: Line 236:
=== Functions and Buttons ===
=== Functions and Buttons ===


====Checkout selector====
====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 "Add Booking" button in the booking menu===
====Hide the 'Add Booking' button====
  .icon-suitcase, .b24btn_AddBooking{display:none;}
  .icon-suitcase, .b24btn_AddBooking{display:none;}


===Hide the "Copy as new" button in the booking menu===
====Hide the 'Copy as new' button====
  .pagetypeajaxbookedit #bookingcopyasnewbutton{display:none;}
  .pagetypeajaxbookedit #bookingcopyasnewbutton{display:none;}


===Hide the "Print" button in the booking menu===
====Hide the 'Print' button====
  .pagetypeajaxbookedit #bookingprintbutton{display:none;}
  .pagetypeajaxbookedit #bookingprintbutton{display:none;}


===Hide the "Template" buttons in the booking menu===
====Hide the 'Template' buttons====
  .pagetypeajaxbookedit #bookingtemplate1button{display:none;}
  .pagetypeajaxbookedit #bookingtemplate1button{display:none;}