Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 259: Line 259:
  .dashcontrol .dropdown{display: none !important}
  .dashcontrol .dropdown{display: none !important}


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