Update WordPress to 5.2
This commit is contained in:
parent
489b5a5914
commit
e00f87f2f5
599 changed files with 119573 additions and 55990 deletions
|
@ -21,7 +21,7 @@ body {
|
|||
}
|
||||
|
||||
#customize-controls #customize-notifications-area .notice.notification-overlay.notification-changeset-locked {
|
||||
background-color: rgba( 0, 0, 0, 0.7 );
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
|
@ -34,7 +34,7 @@ body {
|
|||
padding: 25px 109px 25px 25px;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
line-height: 1.5;
|
||||
overflow-y: auto;
|
||||
text-align: right;
|
||||
|
@ -392,7 +392,7 @@ body.trashing #publish-settings {
|
|||
position: absolute;
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
#customize-controls .customize-section-title.is-in-view {
|
||||
|
@ -430,7 +430,7 @@ body.trashing #publish-settings {
|
|||
|
||||
#customize-controls .customize-info .preview-notice {
|
||||
font-size: 13px;
|
||||
line-height: 24px;
|
||||
line-height: 1.9;
|
||||
}
|
||||
|
||||
#customize-controls .customize-pane-child .customize-section-title h3,
|
||||
|
@ -918,7 +918,7 @@ p.customize-section-description {
|
|||
.customize-control select,
|
||||
.customize-control input[type="radio"],
|
||||
.customize-control input[type="checkbox"] {
|
||||
line-height: 28px;
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.customize-control input[type="text"],
|
||||
|
@ -929,7 +929,7 @@ p.customize-section-description {
|
|||
.customize-control input[type="tel"],
|
||||
.customize-control input[type="url"] {
|
||||
width: 100%;
|
||||
line-height: 18px;
|
||||
line-height: 1.3;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
@ -945,7 +945,7 @@ p.customize-section-description {
|
|||
.customize-control select {
|
||||
width: 100%;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.customize-control select[multiple] {
|
||||
|
@ -955,7 +955,7 @@ p.customize-section-description {
|
|||
.customize-control-title {
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
line-height: 1.75;
|
||||
font-weight: 600;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
@ -963,7 +963,7 @@ p.customize-section-description {
|
|||
.customize-control-description {
|
||||
display: block;
|
||||
font-style: italic;
|
||||
line-height: 18px;
|
||||
line-height: 1.4;
|
||||
margin-top: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
@ -984,7 +984,7 @@ p.customize-section-description {
|
|||
}
|
||||
|
||||
.customize-control .customize-inside-control-row {
|
||||
line-height: 20px;
|
||||
line-height: 1.6;
|
||||
display: block;
|
||||
margin-right: 24px;
|
||||
padding-top: 6px;
|
||||
|
@ -1004,7 +1004,7 @@ p.customize-section-description {
|
|||
|
||||
.customize-control-radio .customize-control-title {
|
||||
margin-bottom: 0;
|
||||
line-height: 22px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.customize-control-radio .customize-control-title + .customize-control-description {
|
||||
|
@ -1098,7 +1098,7 @@ p.customize-section-description {
|
|||
.customize-control-dropdown-pages .add-new-toggle {
|
||||
margin-right: 1px;
|
||||
font-weight: 600;
|
||||
line-height: 28px;
|
||||
line-height: 2.2;
|
||||
}
|
||||
|
||||
#customize-preview iframe {
|
||||
|
@ -1379,6 +1379,7 @@ p.customize-section-description {
|
|||
}
|
||||
|
||||
.customize-control .attachment-media-view .placeholder,
|
||||
.customize-control .attachment-media-view .button-add-media,
|
||||
.customize-control-header .placeholder {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
|
@ -1387,7 +1388,27 @@ p.customize-section-description {
|
|||
border: 1px dashed #b4b9be;
|
||||
box-sizing: border-box;
|
||||
padding: 9px 0;
|
||||
line-height: 20px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.customize-control .attachment-media-view .button-add-media {
|
||||
cursor: pointer;
|
||||
background-color: #edeff0;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.customize-control .attachment-media-view .button-add-media:hover {
|
||||
background-color: #fbfbfc;
|
||||
}
|
||||
|
||||
.customize-control .attachment-media-view .button-add-media:focus {
|
||||
background-color: #fbfbfc;
|
||||
border-style: solid;
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.customize-control-header .inner {
|
||||
|
@ -1532,7 +1553,7 @@ p.customize-section-description {
|
|||
outline: none;
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 3px 1px rgba(30, 140, 190, .8);
|
||||
0 0 3px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
.customize-control-header .uploaded div:last-child > .choice {
|
||||
|
@ -1624,7 +1645,7 @@ p.customize-section-description {
|
|||
.theme-browser .theme.active .theme-actions,
|
||||
.wp-customizer .theme-browser .theme .theme-actions {
|
||||
padding: 10px 15px;
|
||||
box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 640px) {
|
||||
|
@ -1786,7 +1807,7 @@ p.customize-section-description {
|
|||
.themes-filter-bar .feature-filter-toggle.open {
|
||||
background: #eee;
|
||||
border-color: #999;
|
||||
box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
|
@ -1838,7 +1859,7 @@ p.customize-section-description {
|
|||
.control-panel-themes .filter-themes-count {
|
||||
position: relative;
|
||||
float: left;
|
||||
line-height: 34px;
|
||||
line-height: 2.6;
|
||||
}
|
||||
|
||||
.control-panel-themes .filter-themes-count .themes-displayed {
|
||||
|
@ -2067,7 +2088,7 @@ p.customize-section-description {
|
|||
}
|
||||
|
||||
.themes-filter-bar .wp-filter-search {
|
||||
line-height: 25px;
|
||||
line-height: 1.8;
|
||||
padding: 6px 30px 6px 10px;
|
||||
max-width: 100%;
|
||||
width: 40%;
|
||||
|
@ -2195,7 +2216,7 @@ p.customize-section-description {
|
|||
height: 46px;
|
||||
width: 26px;
|
||||
display: block;
|
||||
line-height: 46px;
|
||||
line-height: 2.3;
|
||||
padding: 0 8px 0 8px;
|
||||
border-left: 1px solid #ddd;
|
||||
}
|
||||
|
@ -2245,7 +2266,7 @@ p.customize-section-description {
|
|||
}
|
||||
|
||||
.wp-customizer .theme-overlay .theme-backdrop {
|
||||
background: rgba( 238, 238, 238, 0.75 );
|
||||
background: rgba(238, 238, 238, 0.75);
|
||||
position: fixed;
|
||||
z-index: 110;
|
||||
}
|
||||
|
@ -2345,7 +2366,7 @@ body.cheatin {
|
|||
padding: 1em 2em;
|
||||
max-width: 700px;
|
||||
min-width: 0;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.13);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
|
||||
}
|
||||
|
||||
body.cheatin h1 {
|
||||
|
@ -2591,7 +2612,7 @@ body.adding-widget .add-new-widget:before,
|
|||
right: 16px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 28px;
|
||||
line-height: 2.1;
|
||||
text-align: center;
|
||||
color: #72777c;
|
||||
}
|
||||
|
@ -2643,7 +2664,7 @@ body.adding-widget .add-new-widget:before,
|
|||
#available-menu-items-search .clear-results:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
#available-menu-items-search .search-icon:after,
|
||||
|
@ -2742,7 +2763,7 @@ body.adding-widget .add-new-widget:before,
|
|||
|
||||
.customize-control input[type="radio"] + label + br,
|
||||
.customize-control input[type="checkbox"] + label + br {
|
||||
line-height: 32px; /* For widgets checkboxes */
|
||||
line-height: 2.5; /* For widgets checkboxes */
|
||||
}
|
||||
|
||||
.customize-control .date-time-fields select {
|
||||
|
@ -2811,7 +2832,7 @@ body.adding-widget .add-new-widget:before,
|
|||
position: absolute;
|
||||
top: 0;
|
||||
right: 48px;
|
||||
line-height: 45px;
|
||||
line-height: 3.2;
|
||||
font-size: 14px;
|
||||
padding: 0 12px;
|
||||
margin: 0;
|
||||
|
@ -2942,7 +2963,7 @@ body.adding-widget .add-new-widget:before,
|
|||
.theme-browser .theme.active .theme-actions,
|
||||
.wp-customizer .theme-browser .theme .theme-actions {
|
||||
padding: 9px 15px;
|
||||
box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
|
||||
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue