Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 259: | Line 259: | ||
.dashcontrol .dropdown{display: none !important} | .dashcontrol .dropdown{display: none !important} | ||
=== Hide a certain | === 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;} | ||