Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 264: Line 264:
  .pagetyperates .bookingtable tr> *:nth-child(X)  {display: none;}
  .pagetyperates .bookingtable tr> *:nth-child(X)  {display: none;}


=== Hide a certain colum in the Departues Table on the dashboard===
=== Hide a certain colum in the Departures Table on the dashboard===
  .mobiledeparture tr > *:nth-child(X) {display: none;}
  .mobiledeparture tr > *:nth-child(X) {display: none;}


=== Hide a certain row in the "Info" tab  on  GUESTS===
=== Hide a certain row in the "Info" tab  on  GUESTS===