Custom CSS: Difference between revisions

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


Limit it to the first option:
Limit it to the first option:
 
  .pagetypedashboard #dashid option:nth-child(n+2){display:none;}
  .pagetypedashboard #dashid option:nth-child(n+2){display:none;}