Update WordPress to 5.2
This commit is contained in:
parent
489b5a5914
commit
e00f87f2f5
599 changed files with 119573 additions and 55990 deletions
|
@ -156,7 +156,7 @@
|
|||
color: #0073aa;
|
||||
z-index: 100000;
|
||||
line-height: normal;
|
||||
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
|
||||
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
||||
text-decoration: none;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
|
@ -191,7 +191,7 @@ p.popular-tags,
|
|||
.imgedit-group,
|
||||
.comment-ays {
|
||||
border: 1px solid #e5e5e5;
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
table.widefat,
|
||||
|
@ -274,7 +274,7 @@ a:focus .media-icon img,
|
|||
color: #124964;
|
||||
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);
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
}
|
||||
|
@ -423,7 +423,7 @@ code {
|
|||
padding: 3px 5px 2px 5px;
|
||||
margin: 0 1px;
|
||||
background: #eaeaea;
|
||||
background: rgba(0,0,0,0.07);
|
||||
background: rgba(0, 0, 0, 0.07);
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
@ -586,7 +586,7 @@ code {
|
|||
font-weight: 400;
|
||||
margin: 0;
|
||||
padding: 9px 0 4px 0;
|
||||
line-height: 29px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.wrap h1.wp-heading-inline {
|
||||
|
@ -647,7 +647,7 @@ code {
|
|||
|
||||
.wrap .page-title-action:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );
|
||||
box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
@ -666,7 +666,7 @@ code {
|
|||
div#widgets-right .widget-top:hover,
|
||||
#widgets-left .widget-top:hover {
|
||||
border-color: #999;
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.sorthelper {
|
||||
|
@ -831,7 +831,7 @@ img.emoji {
|
|||
.tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
|
||||
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);
|
||||
}
|
||||
|
||||
.key-labels label {
|
||||
|
@ -914,11 +914,11 @@ span.required,
|
|||
|
||||
#delete-action {
|
||||
float: left;
|
||||
line-height: 28px;
|
||||
line-height: 2.1;
|
||||
}
|
||||
|
||||
#delete-link {
|
||||
line-height: 28px;
|
||||
line-height: 2.1;
|
||||
vertical-align: middle;
|
||||
text-align: left;
|
||||
margin-left: 8px;
|
||||
|
@ -931,7 +931,7 @@ span.required,
|
|||
#publishing-action {
|
||||
text-align: right;
|
||||
float: right;
|
||||
line-height: 23px;
|
||||
line-height: 1.9;
|
||||
}
|
||||
|
||||
#publishing-action .spinner {
|
||||
|
@ -996,7 +996,7 @@ th.action-links {
|
|||
margin: 12px 0 25px;
|
||||
padding: 0 10px;
|
||||
width: 100%;
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||
border: 1px solid #e5e5e5;
|
||||
background: #fff;
|
||||
color: #555;
|
||||
|
@ -1185,7 +1185,7 @@ th.action-links {
|
|||
width: 24%;
|
||||
background: #fff;
|
||||
border: 1px solid #e5e5e5;
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
.filter-group legend {
|
||||
|
@ -1206,7 +1206,7 @@ th.action-links {
|
|||
|
||||
.filter-drawer .filter-group-feature input,
|
||||
.filter-drawer .filter-group-feature label {
|
||||
line-height: 16px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.filter-drawer .filter-group-feature input {
|
||||
|
@ -1243,7 +1243,7 @@ th.action-links {
|
|||
|
||||
.wp-filter .button-link.edit-filters {
|
||||
padding: 0 5px;
|
||||
line-height: 28px;
|
||||
line-height: 2.2;
|
||||
}
|
||||
|
||||
.filtered-by {
|
||||
|
@ -1267,7 +1267,7 @@ th.action-links {
|
|||
margin: 0 5px;
|
||||
padding: 4px 8px;
|
||||
border: 1px solid #e5e5e5;
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
|
||||
background: #fff;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
@ -1365,7 +1365,7 @@ div.updated,
|
|||
div.error {
|
||||
background: #fff;
|
||||
border-left: 4px solid #fff;
|
||||
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
||||
margin: 5px 15px 2px;
|
||||
padding: 1px 12px;
|
||||
}
|
||||
|
@ -1430,7 +1430,7 @@ div.error p,
|
|||
|
||||
.notice-dismiss:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
|
||||
.ie8 .notice-dismiss:focus {
|
||||
|
@ -1551,14 +1551,14 @@ div.error {
|
|||
#update-nag,
|
||||
.update-nag {
|
||||
display: inline-block;
|
||||
line-height: 19px;
|
||||
line-height: 1.4;
|
||||
padding: 11px 15px;
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
margin: 25px 20px 0 2px;
|
||||
background-color: #fff;
|
||||
border-left: 4px solid #ffba00;
|
||||
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
|
||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
ul#dismissed-updates {
|
||||
|
@ -1670,7 +1670,7 @@ form.upgrade .hint {
|
|||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-top: none;
|
||||
box-shadow: 0 1px 0 rgba(0,0,0,.025);
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
|
||||
}
|
||||
|
||||
#screen-options-link-wrap,
|
||||
|
@ -1681,7 +1681,7 @@ form.upgrade .hint {
|
|||
border: 1px solid #ddd;
|
||||
border-top: none;
|
||||
background: #fff;
|
||||
box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
|
||||
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
#screen-meta-links .screen-meta-toggle {
|
||||
|
@ -1760,7 +1760,7 @@ form.upgrade .hint {
|
|||
.metabox-prefs label {
|
||||
display: inline-block;
|
||||
padding-right: 15px;
|
||||
line-height: 30px;
|
||||
line-height: 2.35;
|
||||
}
|
||||
|
||||
#number-of-columns {
|
||||
|
@ -1799,7 +1799,7 @@ form.upgrade .hint {
|
|||
}
|
||||
|
||||
.metabox-prefs .screen-options label {
|
||||
line-height: 28px;
|
||||
line-height: 2.2;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
|
@ -1863,7 +1863,7 @@ form.upgrade .hint {
|
|||
.contextual-help-tabs a {
|
||||
display: block;
|
||||
padding: 5px 5px 5px 12px;
|
||||
line-height: 18px;
|
||||
line-height: 1.4;
|
||||
text-decoration: none;
|
||||
border: 1px solid transparent;
|
||||
border-right: none;
|
||||
|
@ -1879,7 +1879,7 @@ form.upgrade .hint {
|
|||
margin: 0 -1px 0 0;
|
||||
border-left: 2px solid #00a0d2;
|
||||
background: #f6fbfd;
|
||||
box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
|
||||
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02);
|
||||
}
|
||||
|
||||
.contextual-help-tabs .active a {
|
||||
|
@ -1895,7 +1895,7 @@ form.upgrade .hint {
|
|||
.help-tab-content {
|
||||
display: none;
|
||||
margin: 0 22px 12px 0;
|
||||
line-height: 1.6em;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.help-tab-content.active {
|
||||
|
@ -2078,13 +2078,13 @@ html.wp-toolbar {
|
|||
|
||||
.postbox .inside {
|
||||
padding: 0 12px 12px;
|
||||
line-height: 1.4em;
|
||||
line-height: 1.4;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.stuffbox .inside {
|
||||
padding: 0;
|
||||
line-height: 1.4em;
|
||||
line-height: 1.4;
|
||||
font-size: 13px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
@ -2153,7 +2153,7 @@ html.wp-toolbar {
|
|||
#wpfooter p {
|
||||
font-size: 13px;
|
||||
margin: 0;
|
||||
line-height: 20px;
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
#footer-thankyou {
|
||||
|
@ -2171,7 +2171,7 @@ html.wp-toolbar {
|
|||
margin-left: 0.5em; /* half the font size so set the font size properly */
|
||||
padding: 5px 10px;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
line-height: 1.71428571;
|
||||
font-weight: 600;
|
||||
background: #e5e5e5;
|
||||
color: #555;
|
||||
|
@ -2183,7 +2183,7 @@ h3 .nav-tab, /* Back-compat for pre-4.4 */
|
|||
.nav-tab-small .nav-tab {
|
||||
padding: 5px 14px;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
line-height: 1.33;
|
||||
}
|
||||
|
||||
.nav-tab:hover,
|
||||
|
@ -2285,7 +2285,7 @@ h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
|
|||
/* Back-compat for nav-menus screen */
|
||||
.nav-menus-php .metabox-holder h3 {
|
||||
padding: 10px 10px 11px 14px;
|
||||
line-height: 21px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
#templateside ul li a {
|
||||
|
@ -2348,7 +2348,7 @@ body.iframe {
|
|||
|
||||
.importers td {
|
||||
padding-right: 14px;
|
||||
line-height: 1.5em;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.importers .import-system {
|
||||
|
@ -2373,7 +2373,7 @@ body.iframe {
|
|||
}
|
||||
|
||||
.importer-action {
|
||||
line-height: 20px; /* Same as with .updating-message */
|
||||
line-height: 1.55; /* Same as with .updating-message */
|
||||
color: #555;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
@ -2428,7 +2428,7 @@ body.iframe {
|
|||
|
||||
br.clear {
|
||||
height: 2px;
|
||||
line-height: 2px;
|
||||
line-height: 0.15;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
|
@ -2532,7 +2532,7 @@ div.action-links {
|
|||
background: #f5f5f5;
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
line-height: 56px;
|
||||
line-height: 2.4;
|
||||
position: relative;
|
||||
height: 56px;
|
||||
}
|
||||
|
@ -2558,15 +2558,15 @@ div.action-links {
|
|||
font-family: "Helvetica Neue", sans-serif;
|
||||
display: inline-block;
|
||||
font-size: 30px;
|
||||
line-height: 50px;
|
||||
line-height: 1.68;
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
padding: 0 15px;
|
||||
margin-top: 174px;
|
||||
color: #fff;
|
||||
background: rgba( 30, 30, 30, 0.9 );
|
||||
text-shadow: 0 1px 3px rgba( 0, 0, 0, 0.4 );
|
||||
box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
|
||||
background: rgba(30, 30, 30, 0.9);
|
||||
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
|
||||
box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
@ -2582,7 +2582,7 @@ div.action-links {
|
|||
height: 250px;
|
||||
width: 100%;
|
||||
background: transparent;
|
||||
box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: inset 0 0 50px 4px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
#plugin-information-tabs {
|
||||
|
@ -2603,7 +2603,7 @@ div.action-links {
|
|||
padding: 9px 10px;
|
||||
margin: 0;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
line-height: 1.3;
|
||||
font-size: 14px;
|
||||
text-decoration: none;
|
||||
transition: none;
|
||||
|
@ -2795,7 +2795,7 @@ div.action-links {
|
|||
max-width: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
/* rtl:ignore */
|
||||
|
@ -2883,7 +2883,7 @@ div.action-links {
|
|||
#plugin-information-title.with-banner h2 {
|
||||
margin-top: 30px;
|
||||
font-size: 20px;
|
||||
line-height: 40px;
|
||||
line-height: 2;
|
||||
max-width: 85%;
|
||||
}
|
||||
|
||||
|
@ -3050,7 +3050,7 @@ img {
|
|||
.js .postbox .handlediv:focus .toggle-indicator:before {
|
||||
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);
|
||||
}
|
||||
|
||||
/* @todo: appears to be Press This only and overridden */
|
||||
|
@ -3145,7 +3145,7 @@ img {
|
|||
}
|
||||
[role="treeitem"] .folder-label.focus {
|
||||
color: #124964;
|
||||
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
|
||||
}
|
||||
[role="treeitem"].hover,
|
||||
[role="treeitem"] .folder-label.hover {
|
||||
|
@ -3313,7 +3313,7 @@ img {
|
|||
}
|
||||
|
||||
#documentation label {
|
||||
line-height: 22px;
|
||||
line-height: 1.8;
|
||||
vertical-align: baseline;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
@ -3374,7 +3374,7 @@ img {
|
|||
.widget-top .widget-action:focus .toggle-indicator:before {
|
||||
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);
|
||||
}
|
||||
|
||||
.control-section .accordion-section-title:after,
|
||||
|
@ -3472,7 +3472,7 @@ img {
|
|||
border-left: none;
|
||||
border-right: none;
|
||||
padding: 10px 10px 11px 14px;
|
||||
line-height: 21px;
|
||||
line-height: 1.55;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
|
@ -3921,7 +3921,7 @@ img {
|
|||
|
||||
.filter-drawer .filter-group-feature input,
|
||||
.filter-drawer .filter-group-feature label {
|
||||
line-height: 25px;
|
||||
line-height: 2.1;
|
||||
}
|
||||
|
||||
.filter-drawer .filter-group-feature label {
|
||||
|
@ -3930,7 +3930,7 @@ img {
|
|||
|
||||
.wp-filter .button.drawer-toggle {
|
||||
font-size: 13px;
|
||||
line-height: 26px;
|
||||
line-height: 2;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
|
@ -3999,10 +3999,17 @@ img {
|
|||
|
||||
h1 .nav-tab,
|
||||
h2 .nav-tab,
|
||||
h3 .nav-tab {
|
||||
h3 .nav-tab,
|
||||
nav .nav-tab {
|
||||
margin: 10px 10px 0 0;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.nav-tab-active:hover,
|
||||
.nav-tab-active:focus,
|
||||
.nav-tab-active:focus:active {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 320px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue