Make WordPress Core


Ignore:
Timestamp:
03/01/2013 07:24:03 PM (12 years ago)
Author:
helen
Message:
  • Simplify jQuery UI slider CSS and bring into line with admin styles.
  • Merge styles into wp-admin.css and colors-*.css.
  • Scope the CSS with a class so as not to conflict with the color picker, which also utilizes jQuery UI slider. Authors wanting to use built-in styling for sliders should add a class of .wp-slider to the container to be intialized.

props karmatosed, helen. see #23497.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/revision.php

    r23507 r23581  
    7474    $parent_file = $submenu_file = 'edit.php';
    7575
    76 wp_enqueue_style( 'wp-jquery-ui-slider' );
    7776wp_enqueue_script( 'revisions' );
    7877
     
    135134                </div>
    136135
    137             <div id="slider"></div>
     136            <div id="slider" class="wp-slider"></div>
    138137        </div>
    139138    </div>
Note: See TracChangeset for help on using the changeset viewer.