diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index b09c390..c5548ac 100644
|
a
|
b
|
th.action-links {
|
| 1298 | 1298 | ------------------------------------------------------------------------------*/ |
| 1299 | 1299 | |
| 1300 | 1300 | .notice, |
| | 1301 | .update-message:not(.notice), |
| 1301 | 1302 | div.updated, |
| 1302 | 1303 | div.error { |
| 1303 | 1304 | background: #fff; |
| … |
… |
div.error {
|
| 1305 | 1306 | -webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 ); |
| 1306 | 1307 | box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 ); |
| 1307 | 1308 | margin: 5px 15px 2px; |
| | 1309 | } |
| | 1310 | |
| | 1311 | .notice, |
| | 1312 | div.updated, |
| | 1313 | div.error { |
| 1308 | 1314 | padding: 1px 12px; |
| 1309 | 1315 | } |
| 1310 | 1316 | |
| | 1317 | .update-message:not(.notice) { |
| | 1318 | padding: 6.5px 12px; |
| | 1319 | } |
| | 1320 | |
| 1311 | 1321 | .notice p, |
| 1312 | 1322 | .notice-title, |
| 1313 | 1323 | div.updated p, |
| … |
… |
div.error {
|
| 1408 | 1418 | } |
| 1409 | 1419 | |
| 1410 | 1420 | .update-message p:before, |
| | 1421 | .update-message:not(.notice):before, |
| 1411 | 1422 | .updating-message p:before, |
| 1412 | 1423 | .updated-message p:before, |
| 1413 | 1424 | .import-php .updating-message:before, |
| … |
… |
div.error {
|
| 1432 | 1443 | |
| 1433 | 1444 | /* Update icon. */ |
| 1434 | 1445 | .update-message p:before, |
| | 1446 | .update-message:not(.notice):before, |
| 1435 | 1447 | .updating-message p:before, |
| 1436 | 1448 | .import-php .updating-message:before, |
| 1437 | 1449 | .button.updating-message:before, |
| … |
… |
div.error {
|
| 1440 | 1452 | content: "\f463"; |
| 1441 | 1453 | } |
| 1442 | 1454 | |
| | 1455 | .update-message:not(.notice):before { |
| | 1456 | margin-right: 6px; |
| | 1457 | } |
| | 1458 | |
| 1443 | 1459 | /* Spins the update icon. */ |
| 1444 | 1460 | .updating-message p:before, |
| 1445 | 1461 | .import-php .updating-message:before, |
| … |
… |
form.upgrade .hint {
|
| 1552 | 1568 | .wrap .notice p:before, |
| 1553 | 1569 | .button.installing:before, |
| 1554 | 1570 | .button.installed:before, |
| 1555 | | .update-message p:before { |
| | 1571 | .update-message p:before, |
| | 1572 | .update-message:not(.notice):before,{ |
| 1556 | 1573 | speak: none; |
| 1557 | 1574 | } |
| 1558 | 1575 | } |
diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css
index 8443a72..f8cd1af 100644
|
a
|
b
|
ul.cat-checklist {
|
| 1350 | 1350 | padding: 0; |
| 1351 | 1351 | } |
| 1352 | 1352 | |
| 1353 | | .plugins .plugin-update-tr .notice { |
| | 1353 | .plugins .plugin-update-tr .notice, .plugins .plugin-update-tr .update-message:not(.notice) { |
| 1354 | 1354 | margin: 5px 20px 15px 40px; |
| 1355 | 1355 | } |
| 1356 | 1356 | |
| 1357 | | .plugins .notice p { |
| | 1357 | .plugins .plugin-update-tr .update-message:not(.notice) { |
| | 1358 | border-left-color: #ffb900; |
| | 1359 | background-color: #fff8e5; |
| | 1360 | -webkit-box-shadow: none; |
| | 1361 | box-shadow: none; |
| | 1362 | } |
| | 1363 | |
| | 1364 | .plugins .notice p, .update-message:not(.notice) { |
| 1358 | 1365 | margin: 0.5em 0; |
| 1359 | 1366 | } |
| 1360 | 1367 | |