Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 231: | Line 231: | ||
===Limit the Dashboard selector list on the DASHBOARD=== | ===Limit the Dashboard selector list on the DASHBOARD=== | ||
Examples: | |||
Limit it to the first option: | |||
.pagetypedashboard #dashid option:nth-child(n+2){display:none;} | .pagetypedashboard #dashid option:nth-child(n+2){display:none;} | ||