Make WordPress Core

Ticket #40633: 40633-light-gray-400.diff

File 40633-light-gray-400.diff, 867 bytes (added by melchoyce, 6 years ago)
  • src/wp-admin/css/common.css

     
    408408code {
    409409        padding: 3px 5px 2px 5px;
    410410        margin: 0 1px;
    411         background: #eaeaea;
     411        background: #e8eaeb;
    412412        background: rgba(0,0,0,0.07);
    413413        font-size: 13px;
    414414}
     
    666666}
    667667
    668668.bar {
    669         background-color: #e8e8e8;
     669        background-color: #e8eaeb;
    670670        border-right-color: #99d;
    671671}
    672672
  • src/wp-admin/css/ie.css

     
    203203
    204204.theme-browser .theme .theme-actions {
    205205        position: static;
    206         background-color: #e8e8e8;
     206        background-color: #e8eaeb;
    207207}
    208208
    209209.theme-browser .theme .more-details {