Make WordPress Core

Ticket #37504: 37504.2.patch

File 37504.2.patch, 2.2 KB (added by ocean90, 7 years ago)
  • src/wp-admin/css/common.css

     
    12981298------------------------------------------------------------------------------*/
    12991299
    13001300.notice,
     1301.update-message,
    13011302div.updated,
    13021303div.error {
    13031304        background: #fff;
     
    13081309        padding: 1px 12px;
    13091310}
    13101311
     1312.update-message:not(.notice) { /* back-compat for pre-4.6 */
     1313        padding: 0.5em 12px;
     1314}
     1315
    13111316.notice p,
    13121317.notice-title,
    13131318div.updated p,
     
    14081413}
    14091414
    14101415.update-message p:before,
     1416.update-message:not(.notice):before, /* back-compat for pre-4.6 */
    14111417.updating-message p:before,
    14121418.updated-message p:before,
    14131419.import-php .updating-message:before,
     
    14321438
    14331439/* Update icon. */
    14341440.update-message p:before,
     1441.update-message:not(.notice):before, /* back-compat for pre-4.6 */
    14351442.updating-message p:before,
    14361443.import-php .updating-message:before,
    14371444.button.updating-message:before,
     
    14401447        content: "\f463";
    14411448}
    14421449
     1450.update-message:not(.notice):before { /* back-compat for pre-4.6 */
     1451        margin-right: 6px;
     1452}
     1453
    14431454/* Spins the update icon. */
    14441455.updating-message p:before,
    14451456.import-php .updating-message:before,
     
    15521563        .wrap .notice p:before,
    15531564        .button.installing:before,
    15541565        .button.installed:before,
    1555         .update-message p:before {
     1566        .update-message p:before,
     1567        .update-message:not(.notice):before { /* back-compat for pre-4.6 */
    15561568                speak: none;
    15571569        }
    15581570}
  • src/wp-admin/css/list-tables.css

     
    13501350        padding: 0;
    13511351}
    13521352
    1353 .plugins .plugin-update-tr .notice {
     1353.plugins .plugin-update-tr .notice,
     1354.plugins .plugin-update-tr .update-message:not(.notice) { /* back-compat for pre-4.6 */
    13541355        margin: 5px 20px 15px 40px;
    13551356}
    13561357
    1357 .plugins .notice p {
     1358.plugins .plugin-update-tr .update-message:not(.notice) { /* back-compat for pre-4.6 */
     1359        border-left-color: #ffb900;
     1360        background-color: #fff8e5;
     1361        -webkit-box-shadow: none;
     1362        box-shadow: none;
     1363}
     1364
     1365.plugins .notice p,
     1366.update-message:not(.notice) { /* back-compat for pre-4.6 */
    13581367        margin: 0.5em 0;
    13591368}
    13601369