Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 183: Line 183:


  .pagetypeajaxbookedit .deletebookingbutton{display:none;}
  .pagetypeajaxbookedit .deletebookingbutton{display:none;}
or
.pagetypeajaxbookedit .b24btn_Delete{display:none;}
or
.pagetypeajaxbookedit .btn-danger{display:none;}
or
.b24btn_Löschen{display:none !important;}


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