Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 557: | Line 557: | ||
=== Hide the "Delete" button for properties === | === Hide the "Delete" button for properties === | ||
<code>.pagetypeproperties .b24btn_delete{display:none;}</code> | <code>.pagetypeproperties .b24btn_delete{display:none;}</code> | ||
=== Hide the "Delete" button for rooms === | |||
<code>.pagetyperooms .b24btn_delete{display:none;}</code> | |||
==Booking Popup== | ==Booking Popup== | ||