Ticket #37504: 37504.4.patch
File 37504.4.patch, 2.3 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/common.css
1298 1298 ------------------------------------------------------------------------------*/ 1299 1299 1300 1300 .notice, 1301 div[class="update-message"], /* back-compat for pre-4.6 */ 1301 1302 div.updated, 1302 1303 div.error { 1303 1304 background: #fff; … … 1308 1309 padding: 1px 12px; 1309 1310 } 1310 1311 1312 div[class="update-message"] { /* 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 div[class="update-message"]: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 div[class="update-message"]: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, … … 1459 1466 1460 1467 /* Error icon. */ 1461 1468 .update-message.notice-error p:before { 1462 1463 1469 color: #dc3232; 1470 content: "\f534"; 1464 1471 } 1465 1472 1466 1473 .wrap .notice p:before, 1474 div[class="update-message"]:before, /* back-compat for pre-4.6 */ 1467 1475 .import-php .updating-message:before { 1468 1476 margin-right: 6px; 1469 1477 vertical-align: bottom; … … 1552 1560 .wrap .notice p:before, 1553 1561 .button.installing:before, 1554 1562 .button.installed:before, 1555 .update-message p:before { 1563 .update-message p:before, 1564 div[class="update-message"]:before { /* back-compat for pre-4.6 */ 1556 1565 speak: none; 1557 1566 } 1558 1567 } -
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 div[class="update-message"] { /* back-compat for pre-4.6 */ 1354 1355 margin: 5px 20px 15px 40px; 1355 1356 } 1356 1357 1358 .plugins .plugin-update-tr div[class="update-message"] { /* 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 1357 1365 .plugins .notice p { 1358 1366 margin: 0.5em 0; 1359 1367 }