Ticket #36164: 36164.patch
File 36164.patch, 679 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/css/customize-preview.css
12 12 } 13 13 14 14 .customize-render-content-error { 15 outline: solid 1px red;15 outline: solid 1px #c62d2d; 16 16 } 17 17 18 .customize-render-content-error-message { 18 19 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; 21 29 }