Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 179: | Line 179: | ||
.pagetypelogin .b24btn_Login{background-color: #xxxxxx;} | .pagetypelogin .b24btn_Login{background-color: #xxxxxx;} | ||
===Hide the "Delete" button in the booking menu=== | |||
.pagetypeajaxbookedit .b24btn_Delete{display: none;} | |||
===Hide the "Add Booking" button in the booking menu=== | |||
.icon-suitcase, .b24btn_AddBooking{display: none;} | |||