Ticket #37504: 37504.2.patch
File 37504.2.patch, 2.2 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/common.css
1298 1298 ------------------------------------------------------------------------------*/ 1299 1299 1300 1300 .notice, 1301 .update-message, 1301 1302 div.updated, 1302 1303 div.error { 1303 1304 background: #fff; … … 1308 1309 padding: 1px 12px; 1309 1310 } 1310 1311 1312 .update-message:not(.notice) { /* back-compat for pre-4.6 */ 1313 padding: 0.5em 12px; 1314 } 1315 1311 1316 .notice p, 1312 1317 .notice-title, 1313 1318 div.updated p, … … 1408 1413 } 1409 1414 1410 1415 .update-message p:before, 1416 .update-message:not(.notice):before, /* back-compat for pre-4.6 */ 1411 1417 .updating-message p:before, 1412 1418 .updated-message p:before, 1413 1419 .import-php .updating-message:before, … … 1432 1438 1433 1439 /* Update icon. */ 1434 1440 .update-message p:before, 1441 .update-message:not(.notice):before, /* back-compat for pre-4.6 */ 1435 1442 .updating-message p:before, 1436 1443 .import-php .updating-message:before, 1437 1444 .button.updating-message:before, … … 1440 1447 content: "\f463"; 1441 1448 } 1442 1449 1450 .update-message:not(.notice):before { /* back-compat for pre-4.6 */ 1451 margin-right: 6px; 1452 } 1453 1443 1454 /* Spins the update icon. */ 1444 1455 .updating-message p:before, 1445 1456 .import-php .updating-message:before, … … 1552 1563 .wrap .notice p:before, 1553 1564 .button.installing:before, 1554 1565 .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 */ 1556 1568 speak: none; 1557 1569 } 1558 1570 } -
src/wp-admin/css/list-tables.css
1350 1350 padding: 0; 1351 1351 } 1352 1352 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 */ 1354 1355 margin: 5px 20px 15px 40px; 1355 1356 } 1356 1357 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 */ 1358 1367 margin: 0.5em 0; 1359 1368 } 1360 1369