Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 231: Line 231:


===Limit the Dashboard selector list on the DASHBOARD===
===Limit the Dashboard selector list on the DASHBOARD===
Example: Limit it to the first option:
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;}