Make WordPress Core

Changeset 11519


Ignore:
Timestamp:
06/04/2009 07:46:00 AM (17 years ago)
Author:
azaozz
Message:

Add styling to the search results table for plugins, props Denis-de-Bernardy, fixes #9921

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

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

    r11517 r11519  
    352352.ui-tabs-nav a:hover,
    353353.plugins .inactive a:hover,
    354 #all-plugins-table .plugins .inactive a:hover {
     354#all-plugins-table .plugins .inactive a:hover,
     355#search-plugins-table .plugins .inactive a:hover {
    355356    color: #d54e21;
    356357}
     
    387388.plugins a.delete:hover,
    388389#all-plugins-table .plugins a.delete:hover,
     390#search-plugins-table .plugins a.delete:hover,
    389391.submitbox .submitdelete,
    390392a.delete {
     
    588590#all-plugins-table .inactive th,
    589591#all-plugins-table .inactive td,
     592#search-plugins-table .inactive,
     593#search-plugins-table .inactive th,
     594#search-plugins-table .inactive td,
    590595tr.inactive + tr.plugin-update-tr .plugin-update {
    591596    background-color: #eee;
  • trunk/wp-admin/css/colors-fresh.css

    r11517 r11519  
    352352.ui-tabs-nav a:hover,
    353353.plugins .inactive a:hover,
    354 #all-plugins-table .plugins .inactive a:hover {
     354#all-plugins-table .plugins .inactive a:hover,
     355#search-plugins-table .plugins .inactive a:hover {
    355356    color: #d54e21;
    356357}
     
    383384.plugins a.delete:hover,
    384385#all-plugins-table .plugins a.delete:hover,
     386#search-plugins-table .plugins a.delete:hover,
    385387.submitbox .submitdelete,
    386388a.delete {
     
    583585#all-plugins-table .inactive th,
    584586#all-plugins-table .inactive td,
     587#search-plugins-table .inactive,
     588#search-plugins-table .inactive th,
     589#search-plugins-table .inactive td,
    585590tr.inactive + tr.plugin-update-tr .plugin-update {
    586591    background-color: #eee;
Note: See TracChangeset for help on using the changeset viewer.