Make WordPress Core

Changeset 9766


Ignore:
Timestamp:
11/18/2008 10:25:54 PM (17 years ago)
Author:
markjaquith
Message:

Remove background from QuickPress publish bar

Location:
trunk
Files:
2 edited

Legend:

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

    r9746 r9766  
    13071307}
    13081308
    1309 #major-publishing-actions, #dashboard_quick_press .submit {
     1309#major-publishing-actions {
    13101310    background: #eaf2fa;
    13111311}
  • trunk/wp-includes/script-loader.php

    r9748 r9766  
    308308
    309309    $styles->add( 'colors', true ); // Register "meta" stylesheet for admin colors
    310     $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081117'); // for login.php.  Is there a better way?
     310    $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081118'); // for login.php.  Is there a better way?
    311311    $styles->add_data( 'colors-fresh', 'rtl', true );
    312312
Note: See TracChangeset for help on using the changeset viewer.