Custom CSS: Difference between revisions

Jump to navigation Jump to search
Line 248: Line 248:
<code>.dashgrid_rowroomname .dropdown ul.dropdown-menu li:nth-child(3) {display:none !important;}</code>
<code>.dashgrid_rowroomname .dropdown ul.dropdown-menu li:nth-child(3) {display:none !important;}</code>


===Hide suitcase icon (add booking) and the button 'Add Booking' from CALENDAR===
===Hide suitcase icon (add booking) from CALENDAR===
<code>.icon-suitcase, .b24btn_AddBooking{display:none}</code>
<code>.icon-suitcase {display:none}</code>
 
===Hide  button 'Add Booking' from CALENDAR===
<code>.b24btn_AddBooking{display:none}</code>


===Display red when inventory is 0===
===Display red when inventory is 0===
Line 522: Line 525:
=== Hide 'Template 2' from Guest Management  > Booking Templates ===
=== Hide 'Template 2' from Guest Management  > Booking Templates ===
<code>.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;}</code>
<code>.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;}</code>


=NEW CONTROL PANEL=
=NEW CONTROL PANEL=