121 /* Hide visually but not from screen readers */ |
121 /* Hide visually but not from screen readers */ |
122 .screen-reader-text, |
122 .screen-reader-text, |
123 .screen-reader-text span, |
123 .screen-reader-text span, |
124 .ui-helper-hidden-accessible { |
124 .ui-helper-hidden-accessible { |
125 border: 0; |
125 border: 0; |
126 clip: rect(1px, 1px, 1px, 1px); |
|
127 clip-path: inset(50%); |
126 clip-path: inset(50%); |
128 height: 1px; |
127 height: 1px; |
129 margin: -1px; |
128 margin: -1px; |
130 overflow: hidden; |
129 overflow: hidden; |
131 padding: 0; |
130 padding: 0; |
915 .privacy_requests .remove-personal-data .remove-personal-data-handle:hover { |
914 .privacy_requests .remove-personal-data .remove-personal-data-handle:hover { |
916 color: #b32d2e; |
915 color: #b32d2e; |
917 border: none; |
916 border: none; |
918 } |
917 } |
919 |
918 |
|
919 .application-password-display .success { |
|
920 color: #007017; |
|
921 margin-right: 0.5rem; |
|
922 } |
|
923 |
920 /*------------------------------------------------------------------------------ |
924 /*------------------------------------------------------------------------------ |
921 3.0 - Actions |
925 3.0 - Actions |
922 ------------------------------------------------------------------------------*/ |
926 ------------------------------------------------------------------------------*/ |
923 |
927 |
924 #major-publishing-actions { |
928 #major-publishing-actions { |
1110 flex-wrap: wrap; |
1114 flex-wrap: wrap; |
1111 justify-content: space-between; |
1115 justify-content: space-between; |
1112 align-items: center; |
1116 align-items: center; |
1113 } |
1117 } |
1114 |
1118 |
1115 .wp-filter .search-form.search-plugins { |
|
1116 /* This element is a flex item: the inherited float won't have any effect. */ |
|
1117 margin-top: 0; |
|
1118 } |
|
1119 |
|
1120 .wp-filter .search-form.search-plugins select, |
1119 .wp-filter .search-form.search-plugins select, |
1121 .wp-filter .search-form.search-plugins .wp-filter-search, |
1120 .wp-filter .search-form.search-plugins .wp-filter-search, |
1122 .no-js .wp-filter .search-form.search-plugins .button { |
1121 .no-js .wp-filter .search-form.search-plugins .button { |
1123 display: inline-block; |
1122 display: inline-block; |
1124 vertical-align: top; |
1123 vertical-align: top; |
1177 margin: 0 -20px 0 -10px; |
1176 margin: 0 -20px 0 -10px; |
1178 padding: 20px; |
1177 padding: 20px; |
1179 border-top: 1px solid #f0f0f1; |
1178 border-top: 1px solid #f0f0f1; |
1180 background: #f6f7f7; |
1179 background: #f6f7f7; |
1181 overflow: hidden; |
1180 overflow: hidden; |
|
1181 } |
|
1182 |
|
1183 .wp-filter .favorites-form .favorites-username { |
|
1184 display: flex; |
|
1185 align-items: center; |
|
1186 flex-wrap: wrap; |
|
1187 gap: 0.5rem; |
|
1188 } |
|
1189 |
|
1190 .wp-filter .favorites-form .favorites-username input { |
|
1191 margin: 0; |
1182 } |
1192 } |
1183 |
1193 |
1184 .show-filters .filter-drawer, |
1194 .show-filters .filter-drawer, |
1185 .show-favorites-form .favorites-form { |
1195 .show-favorites-form .favorites-form { |
1186 display: block; |
1196 display: block; |
2030 /*------------------------------------------------------------------------------ |
2051 /*------------------------------------------------------------------------------ |
2031 8.0 - Layout Blocks |
2052 8.0 - Layout Blocks |
2032 ------------------------------------------------------------------------------*/ |
2053 ------------------------------------------------------------------------------*/ |
2033 |
2054 |
2034 html.wp-toolbar { |
2055 html.wp-toolbar { |
2035 padding-top: 32px; |
2056 padding-top: var(--wp-admin--admin-bar--height); |
2036 box-sizing: border-box; |
2057 box-sizing: border-box; |
2037 -ms-overflow-style: scrollbar; /* See ticket #48545 */ |
2058 -ms-overflow-style: scrollbar; /* See ticket #48545 */ |
2038 } |
2059 } |
2039 |
2060 |
2040 .widefat th, |
2061 .widefat th, |
2409 line-height: 1.4; |
2430 line-height: 1.4; |
2410 } |
2431 } |
2411 |
2432 |
2412 /* Back-compat for nav-menus screen */ |
2433 /* Back-compat for nav-menus screen */ |
2413 .nav-menus-php .metabox-holder h3 { |
2434 .nav-menus-php .metabox-holder h3 { |
|
2435 padding: 0; |
|
2436 } |
|
2437 |
|
2438 .accordion-container h3.accordion-section-title { |
|
2439 padding: 0 !important; |
|
2440 } |
|
2441 |
|
2442 .accordion-section-title button.accordion-trigger, |
|
2443 .nav-menus-php .metabox-holder .accordion-section-title button.accordion-trigger { |
|
2444 background: inherit; |
|
2445 color: #1d2327; |
|
2446 display: block; |
|
2447 position: relative; |
|
2448 text-align: right; |
|
2449 width: 100%; |
|
2450 outline: none; |
|
2451 border: 0; |
2414 padding: 10px 14px 11px 10px; |
2452 padding: 10px 14px 11px 10px; |
2415 line-height: 1.5; |
2453 line-height: 1.5; |
|
2454 cursor: pointer; |
|
2455 } |
|
2456 |
|
2457 .accordion-section-title button.accordion-trigger:focus, |
|
2458 .nav-menus-php .metabox-holder .accordion-section-title button.accordion-trigger:focus { |
|
2459 box-shadow: 0 0 0 2px #2271b1; |
|
2460 outline: 2px solid transparent; |
|
2461 } |
|
2462 |
|
2463 .accordion-section-title span.dashicons.dashicons-arrow-down, |
|
2464 .nav-menus-php .metabox-holder .accordion-section-title span.dashicons.dashicons-arrow-down { |
|
2465 position: absolute; |
|
2466 left: 10px; |
|
2467 right: auto; |
|
2468 color: #787c82; |
|
2469 border-radius: 50px; |
|
2470 top: 50%; |
|
2471 transform: translateY(-50%); |
|
2472 } |
|
2473 |
|
2474 .accordion-section-title:hover span.dashicons.dashicons-arrow-down, |
|
2475 .nav-menus-php .metabox-holder .accordion-section-title:hover span.dashicons.dashicons-arrow-down { |
|
2476 color: #1d2327; |
|
2477 } |
|
2478 |
|
2479 .accordion-section-title span.dashicons.dashicons-arrow-down::before, |
|
2480 .nav-menus-php .metabox-holder .accordion-section-title span.dashicons.dashicons-arrow-down::before { |
|
2481 position: relative; |
|
2482 right: -1px; |
|
2483 } |
|
2484 |
|
2485 .accordion-section.open .accordion-section-title span.dashicons.dashicons-arrow-down, |
|
2486 .nav-menus-php .metabox-holder .accordion-section.open .accordion-section-title span.dashicons.dashicons-arrow-down { |
|
2487 transform: rotate(-180deg) translate(0, 50%); |
2416 } |
2488 } |
2417 |
2489 |
2418 #templateside ul li a { |
2490 #templateside ul li a { |
2419 text-decoration: none; |
2491 text-decoration: none; |
2420 } |
2492 } |
3500 margin: 25px; |
3572 margin: 25px; |
3501 } |
3573 } |
3502 |
3574 |
3503 /* @todo: can we use a common class for these? */ |
3575 /* @todo: can we use a common class for these? */ |
3504 .nav-menus-php .item-edit:before, |
3576 .nav-menus-php .item-edit:before, |
3505 .widget-top .widget-action .toggle-indicator:before, |
3577 .wp-customizer .control-section .accordion-section-title:after, |
3506 .control-section .accordion-section-title:after, |
3578 .wp-customizer .accordion-section-title:after, |
3507 .accordion-section-title:after { |
3579 .widget-top .widget-action .toggle-indicator:before { |
3508 content: "\f140"; |
3580 content: "\f140"; |
3509 font: normal 20px/1 dashicons; |
3581 font: normal 20px/1 dashicons; |
3510 speak: never; |
3582 speak: never; |
3511 display: block; |
3583 display: block; |
3512 -webkit-font-smoothing: antialiased; |
3584 -webkit-font-smoothing: antialiased; |
3537 .handlediv:focus, |
3608 .handlediv:focus, |
3538 .postbox .handlediv.button-link:hover, |
3609 .postbox .handlediv.button-link:hover, |
3539 .postbox .handlediv.button-link:focus, |
3610 .postbox .handlediv.button-link:focus, |
3540 .item-edit:hover, |
3611 .item-edit:hover, |
3541 .item-edit:focus, |
3612 .item-edit:focus, |
3542 .sidebar-name:hover .toggle-indicator, |
3613 .sidebar-name:hover .toggle-indicator { |
3543 .accordion-section-title:hover:after { |
|
3544 color: #1d2327; |
3614 color: #1d2327; |
3545 /* Only visible in Windows High Contrast mode */ |
3615 /* Only visible in Windows High Contrast mode */ |
3546 outline: 2px solid transparent; |
3616 outline: 2px solid transparent; |
3547 } |
3617 } |
3548 |
3618 |
3550 box-shadow: 0 0 0 2px #2271b1; |
3620 box-shadow: 0 0 0 2px #2271b1; |
3551 /* Only visible in Windows High Contrast mode */ |
3621 /* Only visible in Windows High Contrast mode */ |
3552 outline: 2px solid transparent; |
3622 outline: 2px solid transparent; |
3553 } |
3623 } |
3554 |
3624 |
3555 .control-section .accordion-section-title:after, |
|
3556 .accordion-section-title:after { |
|
3557 float: left; |
|
3558 left: 20px; |
|
3559 top: -2px; |
|
3560 } |
|
3561 |
|
3562 .control-section.open .accordion-section-title:after, |
|
3563 #customize-info.open .accordion-section-title:after, |
3625 #customize-info.open .accordion-section-title:after, |
3564 .nav-menus-php .menu-item-edit-active .item-edit:before, |
3626 .nav-menus-php .menu-item-edit-active .item-edit:before, |
3565 .widget.open .widget-top .widget-action .toggle-indicator:before, |
3627 .widget.open .widget-top .widget-action .toggle-indicator:before, |
3566 .widget.widget-in-question .widget-top .widget-action .toggle-indicator:before { |
3628 .widget.widget-in-question .widget-top .widget-action .toggle-indicator:before { |
3567 content: "\f142"; |
3629 content: "\f142"; |