plugin updates
This commit is contained in:
@@ -916,6 +916,11 @@ a#remove-post-thumbnail:hover,
|
||||
border: none;
|
||||
}
|
||||
|
||||
.application-password-display .success {
|
||||
color: #007017;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
3.0 - Actions
|
||||
------------------------------------------------------------------------------*/
|
||||
@@ -1180,6 +1185,17 @@ th.action-links {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wp-filter .favorites-form .favorites-username {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.wp-filter .favorites-form .favorites-username input {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.show-filters .filter-drawer,
|
||||
.show-favorites-form .favorites-form {
|
||||
display: block;
|
||||
@@ -1288,11 +1304,13 @@ th.action-links {
|
||||
}
|
||||
|
||||
.filtered-by .tags {
|
||||
display: inline;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.filtered-by .tag {
|
||||
margin: 0 5px;
|
||||
padding: 4px 8px;
|
||||
border: 1px solid #dcdcde;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||
@@ -1307,7 +1325,10 @@ th.action-links {
|
||||
}
|
||||
|
||||
.filters-applied .filtered-by {
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.filters-applied .filter-drawer {
|
||||
@@ -2031,7 +2052,7 @@ p.auto-update-status {
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
html.wp-toolbar {
|
||||
padding-top: 32px;
|
||||
padding-top: var(--wp-admin--admin-bar--height);
|
||||
box-sizing: border-box;
|
||||
-ms-overflow-style: scrollbar; /* See ticket #48545 */
|
||||
}
|
||||
@@ -2410,8 +2431,42 @@ h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
|
||||
|
||||
/* Back-compat for nav-menus screen */
|
||||
.nav-menus-php .metabox-holder h3 {
|
||||
padding: 0;
|
||||
}
|
||||
.nav-menus-php .metabox-holder .accordion-section-title button.accordion-trigger {
|
||||
background: inherit;
|
||||
color: #1d2327;
|
||||
display: block;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
outline: none;
|
||||
border: 0;
|
||||
padding: 10px 10px 11px 14px;
|
||||
line-height: 1.5;
|
||||
cursor: pointer;
|
||||
}
|
||||
.nav-menus-php .metabox-holder .accordion-section-title button.accordion-trigger:focus {
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
.nav-menus-php .metabox-holder .accordion-section-title span.dashicons.dashicons-arrow-down {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
left: auto;
|
||||
color: #787c82;
|
||||
border-radius: 50px;
|
||||
}
|
||||
.nav-menus-php .metabox-holder .accordion-section-title:hover span.dashicons.dashicons-arrow-down {
|
||||
color: #1d2327;
|
||||
}
|
||||
.nav-menus-php .metabox-holder .accordion-section-title span.dashicons.dashicons-arrow-down::before {
|
||||
position: relative;
|
||||
left: -1px
|
||||
}
|
||||
|
||||
.nav-menus-php .metabox-holder .accordion-section.open .accordion-section-title span.dashicons.dashicons-arrow-down {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
#templateside ul li a {
|
||||
@@ -3501,9 +3556,9 @@ img {
|
||||
|
||||
/* @todo: can we use a common class for these? */
|
||||
.nav-menus-php .item-edit:before,
|
||||
.widget-top .widget-action .toggle-indicator:before,
|
||||
.control-section .accordion-section-title:after,
|
||||
.accordion-section-title:after {
|
||||
.wp-customizer .control-section .accordion-section-title:after,
|
||||
.wp-customizer .accordion-section-title:after,
|
||||
.widget-top .widget-action .toggle-indicator:before {
|
||||
content: "\f140";
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: never;
|
||||
@@ -3521,8 +3576,7 @@ img {
|
||||
.handlediv,
|
||||
.postbox .handlediv.button-link,
|
||||
.item-edit,
|
||||
.toggle-indicator,
|
||||
.accordion-section-title:after {
|
||||
.toggle-indicator {
|
||||
color: #787c82;
|
||||
}
|
||||
|
||||
@@ -3538,8 +3592,7 @@ img {
|
||||
.postbox .handlediv.button-link:focus,
|
||||
.item-edit:hover,
|
||||
.item-edit:focus,
|
||||
.sidebar-name:hover .toggle-indicator,
|
||||
.accordion-section-title:hover:after {
|
||||
.sidebar-name:hover .toggle-indicator {
|
||||
color: #1d2327;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
@@ -3551,14 +3604,6 @@ img {
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.control-section .accordion-section-title:after,
|
||||
.accordion-section-title:after {
|
||||
float: right;
|
||||
right: 20px;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.control-section.open .accordion-section-title:after,
|
||||
#customize-info.open .accordion-section-title:after,
|
||||
.nav-menus-php .menu-item-edit-active .item-edit:before,
|
||||
.widget.open .widget-top .widget-action .toggle-indicator:before,
|
||||
@@ -3840,7 +3885,7 @@ img {
|
||||
|
||||
@media screen and (max-width: 782px) {
|
||||
html.wp-toolbar {
|
||||
padding-top: 46px;
|
||||
padding-top: var(--wp-admin--admin-bar--height);
|
||||
}
|
||||
|
||||
.screen-reader-shortcut:focus {
|
||||
@@ -3948,6 +3993,10 @@ img {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.nav-menus-php .metabox-holder h3 {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.postbox .handlediv {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user