Changes

Jump to navigation Jump to search

Custom CSS

7 bytes added, 14:21, 20 November 2019
no edit summary
=== Hide edit button in the invoice ===
#iconedit {display: none;}
 
= CONTROL PANEL =
===Display red when inventory is 0===
.inv0 .dashgrid_inventory {color: red}
 
== Dashboard ==
===Hide the "Add Booking" from mobile DASHBOARD===
.mobiledashaddbooking{display:none;}
 
== Guests Menu ==
=== Hide a certain row in the "Info" tab on GUESTS===
.pagetypeguests .viewguest .table tr:nth-child(x) {display: none; }
 
== Bookings Menu ==
=== Hide cancelled bookings in the BOOKINGS Table ===
.bookingtable .cancelbooking {display:none;}
 
== Rates Menu ==
=== Hide a certain colum in the RATES Table ===
.pagetyperates .bookingtable tr> *:nth-child(X) {display: none;}
 
== Reports Menu ==
#reportid option:nth-child(n+4){display:none;}
 
==Booking Popup==
770

edits

Navigation menu