Make WordPress Core

Ticket #36164: 36164.2.patch

File 36164.2.patch, 886 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: 1px solid #c62d2d;
    1616}
     17
    1718.customize-render-content-error-message {
    1819        display: block;
    19         padding: 1em;
    20         background-color: #FFCCCC;
     20        margin-top: 5px;
     21        padding: 12px 12px 12px 16px ;
     22        background-color: #fff;
     23        border: 1px solid #cbcdce;
     24        border-left: 0;
     25        -webkit-box-shadow: inset 4px 0 0 0 #dc3232;
     26        box-shadow: inset 4px 0 0 0 #dc3232;
     27        font-size: 13px;
     28        font-weight: normal;
     29        font-family: sans-serif;
     30        line-height: 1.4;
     31        color: #444;
     32        /* hide the red outline of the parent */
     33        position: relative;
     34        top: 1px;
     35        margin: 0 -1px;
    2136}