Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 183: Line 183:
===Hide the "Delete" button in the booking menu===
===Hide the "Delete" button in the booking menu===


  .pagetypeajaxbookedit .b24btn_Delete{display: none;}
  .pagetypeajaxbookedit .b24btn_Delete{display:none;}




===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;}