Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 274: | Line 274: | ||
=== Hide a certain colum in the RATES Table === | === Hide a certain colum in the RATES Table === | ||
.pagetyperates .bookingtable tr> *:nth-child(X) {display: none;} | .pagetyperates .bookingtable tr> *:nth-child(X) {display: none;} | ||
= Reports = | |||
Custom CSS can be added in: | |||
*SUB ACCOUNTS > ACCOUNT LIST to apply for all sub accounts | |||
*SUB ACCOUNTS > ACCOUNT LIST > MANAGE ACCOUNT to apply for a specific sub account | |||
=== Limit selector list for custom reports === | |||
Example: Limit the list to reports 1 - 3: | |||
#reportid option:nth-child(n+4){display:none;} | |||