Make WordPress Core

Ticket #26486: 26486.patch

File 26486.patch, 645 bytes (added by ocean90, 12 years ago)
  • src/wp-admin/css/colors/_admin.scss

     
    445445        box-shadow: inset 0 1px 0 lighten( $button-color, 15% ), 0 1px 0 rgba(0,0,0,.15);
    446446}
    447447
    448 /* Thickbox: Install Plugins */
     448/* Thickbox: Plugin information */
     449
    449450#sidemenu a.current {
    450451        background: $body-background;
    451452        border-bottom-color: $body-background;
    452453}
    453454
     455#plugin-information .action-button {
     456        background: $button-color;
     457}
     458
    454459/* Responsive Component */
    455460
    456461div#wp-responsive-toggle a:before {