Make WordPress Core

Ticket #36164: 36164.patch

File 36164.patch, 679 bytes (added by afercia, 8 years ago)
  • src/wp-includes/css/customize-preview.css

     
    1212}
    1313
    1414.customize-render-content-error {
    15         outline: solid 1px red;
     15        outline: solid 1px #c62d2d;
    1616}
     17
    1718.customize-render-content-error-message {
    1819        display: block;
    19         padding: 1em;
    20         background-color: #FFCCCC;
     20        margin-top: 2px;
     21        padding: 12px;
     22        background-color: #fbeaea;
     23        border-left: 4px solid #dc3232;
     24        font-size: 13px;
     25        font-weight: normal;
     26        font-family: sans-serif;
     27        line-height: 1.4;
     28        color: #444;
    2129}