Make WordPress Core

Changeset 11523


Ignore:
Timestamp:
06/06/2009 03:33:20 AM (15 years ago)
Author:
azaozz
Message:

CSS tweaks for plugins-all screen

Location:
trunk
Files:
4 edited

Legend:

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

    r11520 r11523  
    596596#search-plugins-table .inactive td,
    597597tr.inactive + tr.plugin-update-tr .plugin-update {
    598     background-color: #eee;
     598    background-color: #ebebeb;
    599599}
    600600
     
    603603.plugins .active td {
    604604    color: #000;
     605}
     606
     607#all-plugins-table .inactive a,
     608#search-plugins-table .inactive a {
     609    color: #555;   
    605610}
    606611
  • trunk/wp-admin/css/colors-fresh.css

    r11520 r11523  
    591591#search-plugins-table .inactive td,
    592592tr.inactive + tr.plugin-update-tr .plugin-update {
    593     background-color: #eee;
     593    background-color: #ebebeb;
    594594}
    595595
     
    598598.plugins .active td {
    599599    color: #000;
     600}
     601
     602#all-plugins-table .inactive a,
     603#search-plugins-table .inactive a {
     604    color: #555;   
    600605}
    601606
  • trunk/wp-admin/wp-admin.css

    r11522 r11523  
    9090    border-top-width: 1px;
    9191    padding: 5px 7px 0;
     92}
     93
     94#wpbody-content .plugins .plugin-title {
     95    padding-right: 12px;
    9296}
    9397
  • trunk/wp-includes/script-loader.php

    r11520 r11523  
    422422
    423423    // all colors stylesheets need to have the same query strings (cache manifest compat)
    424     $colors_version = '20090603a';
    425 
    426     $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090603' );
     424    $colors_version = '20090605';
     425
     426    $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090605' );
    427427    $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );
    428428
Note: See TracChangeset for help on using the changeset viewer.