Make WordPress Core

Changeset 24348


Ignore:
Timestamp:
05/24/2013 08:50:10 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Auto-expand the menus accordion if JavaScript is disabled. fixes #24402.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.css

    r24304 r24348  
    92549254}
    92559255
    9256 .accordion-section.open .accordion-section-content {
     9256.accordion-section.open .accordion-section-content,
     9257.no-js .accordion-section .accordion-section-content {
    92579258    display: block;
    92589259    background: #fdfdfd;
Note: See TracChangeset for help on using the changeset viewer.