Changeset 61647
- Timestamp:
- 02/15/2026 08:23:56 AM (8 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/common.css (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r61646 r61647 789 789 790 790 .stuffbox .hndle { 791 border-bottom: 1px solid rgb(0, 0, 0, 0.1);791 border-bottom: 1px solid #c3c4c7; 792 792 } 793 793 … … 808 808 .notice-dismiss:before { 809 809 background: none; 810 color: # 787c82;810 color: #1e1e1e; 811 811 content: "\f153"; 812 812 content: "\f153" / ''; 813 813 display: block; 814 font: normal 16px/20px dashicons;815 height: 2 0px;814 font: normal 20px/24px dashicons; 815 height: 24px; 816 816 text-align: center; 817 width: 2 0px;817 width: 24px; 818 818 -webkit-font-smoothing: antialiased; 819 819 -moz-osx-font-smoothing: grayscale; … … 1445 1445 div.error { 1446 1446 background: #fff; 1447 border: 1px solid #c3c4c7;1448 border-left -width: 4px;1449 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);1447 border: none; 1448 border-left: 4px solid #c3c4c7; 1449 box-shadow: none; 1450 1450 margin: 5px 15px 2px; 1451 padding: 1px 12px;1451 padding: 8px 12px; 1452 1452 } 1453 1453 … … 1462 1462 .form-table td .notice p { 1463 1463 margin: 0.5em 0; 1464 padding: 2px; 1465 } 1466 1467 .error a { 1464 padding: 0; 1465 font-size: 13px; 1466 line-height: 1.54; 1467 color: #1e1e1e; 1468 } 1469 1470 .notice a, 1471 .error a, 1472 .updated a { 1473 color: var(--wp-admin-theme-color-darker-10); 1468 1474 text-decoration: underline; 1469 1475 } 1470 1476 1471 .updated a { 1472 padding-bottom: 2px; 1477 .notice a:hover, 1478 .error a:hover, 1479 .updated a:hover { 1480 color: var(--wp-admin-theme-color-darker-20); 1481 } 1482 1483 .notice a:focus, 1484 .error a:focus, 1485 .updated a:focus { 1486 box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); 1487 outline: 2px solid transparent; 1488 border-radius: 2px; 1473 1489 } 1474 1490 … … 1488 1504 1489 1505 .wp-core-ui .notice.is-dismissible { 1490 padding-right: 38px;1506 padding-right: 48px; 1491 1507 position: relative; 1492 1508 } … … 1494 1510 .notice-dismiss { 1495 1511 position: absolute; 1496 top: 0;1497 right: 1 px;1512 top: 12px; 1513 right: 12px; 1498 1514 border: none; 1499 1515 margin: 0; 1500 padding: 9px;1516 padding: 0; 1501 1517 background: none; 1502 color: # 787c82;1518 color: #1e1e1e; 1503 1519 cursor: pointer; 1520 width: 24px; 1521 height: 24px; 1522 display: flex; 1523 align-items: center; 1524 justify-content: center; 1525 border-radius: 2px; 1504 1526 } 1505 1527 1506 1528 .notice-dismiss:hover:before, 1507 .notice-dismiss:active:before ,1508 .notice-dismiss:focus:before { 1509 color: #d63638;1529 .notice-dismiss:active:before { 1530 color: #1e1e1e; 1531 opacity: 0.7; 1510 1532 } 1511 1533 1512 1534 .notice-dismiss:focus { 1513 box-shadow: 0 0 0 2px #2271b1;1535 box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); 1514 1536 /* Only visible in Windows High Contrast mode */ 1515 1537 outline: 2px solid transparent; 1516 1538 } 1517 1539 1540 .notice-dismiss:focus:before { 1541 color: #1e1e1e; 1542 } 1543 1518 1544 .notice-success, 1519 1545 div.updated { 1520 border-left-color: #00a32a; 1521 } 1522 1523 .notice-success.notice-alt { 1524 background-color: #edfaef; 1546 border-left-color: #4ab866; 1547 background-color: #eff9f1; 1548 } 1549 1550 .notice-success.notice-alt, 1551 div.updated.notice-alt { 1552 background-color: #eff9f1; 1525 1553 } 1526 1554 1527 1555 .notice-warning { 1528 border-left-color: #dba617; 1556 border-left-color: #f0b849; 1557 background-color: #fef8ee; 1529 1558 } 1530 1559 1531 1560 .notice-warning.notice-alt { 1532 background-color: #f cf9e8;1561 background-color: #fef8ee; 1533 1562 } 1534 1563 1535 1564 .notice-error, 1536 1565 div.error { 1537 border-left-color: #d63638; 1538 } 1539 1540 .notice-error.notice-alt { 1541 background-color: #fcf0f1; 1566 border-left-color: #cc1818; 1567 background-color: #fcf0f0; 1568 } 1569 1570 .notice-error.notice-alt, 1571 div.error.notice-alt { 1572 background-color: #fcf0f0; 1542 1573 } 1543 1574 1544 1575 .notice-info { 1545 border-left-color: #72aee6; 1576 border-left-color: #3858e9; 1577 background-color: transparent; 1546 1578 } 1547 1579 1548 1580 .notice-info.notice-alt { 1549 background-color: #f0f6fc;1581 background-color: transparent; 1550 1582 } 1551 1583 … … 2183 2215 align-items: center; 2184 2216 justify-content: space-between; 2185 border-bottom: 1px solid rgb(0, 0, 0, 0.1);2217 border-bottom: 1px solid #c3c4c7; 2186 2218 } 2187 2219 … … 2196 2228 .postbox-header .handle-actions { 2197 2229 flex-shrink: 0; 2198 padding-inline-end: 6px;2199 2230 } 2200 2231 … … 2233 2264 2234 2265 .sortable-placeholder { 2235 border: 2px solid var(--wp-admin-theme-color); 2236 border-radius: 8px; 2266 border: 1px dashed #c3c4c7; 2237 2267 margin-bottom: 20px; 2238 background: rgb(var(--wp-admin-theme-color--rgb), 0.04);2239 2268 } 2240 2269 … … 2244 2273 padding: 0; 2245 2274 line-height: 1; 2246 background: #ffffff; 2247 border: 1px solid rgb(0, 0, 0, 0.1); 2248 border-radius: 0; 2249 } 2250 2251 .postbox.closed .postbox-header { 2252 border-bottom: none; 2275 } 2276 2277 .postbox.closed { 2278 border-bottom: 0; 2253 2279 } 2254 2280 … … 2261 2287 2262 2288 .postbox .inside { 2263 padding: 16px;2289 padding: 0 12px 12px; 2264 2290 line-height: 1.4; 2265 2291 font-size: 13px; … … 2274 2300 2275 2301 .postbox .inside { 2276 margin: 0;2302 margin: 11px 0; 2277 2303 position: relative; 2278 2304 } … … 2455 2481 .metabox-holder h2.hndle { 2456 2482 font-size: 14px; 2457 padding: 16px;2483 padding: 8px 12px; 2458 2484 margin: 0; 2459 2485 line-height: 1.4;
Note: See TracChangeset
for help on using the changeset viewer.