Update WP and plugins
This commit is contained in:
parent
10a4713229
commit
1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions
|
@ -134,6 +134,10 @@
|
|||
word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
|
||||
}
|
||||
|
||||
.button .screen-reader-text {
|
||||
height: auto; /* Fixes a Safari+VoiceOver bug, see ticket #42006 */
|
||||
}
|
||||
|
||||
.screen-reader-shortcut {
|
||||
position: absolute;
|
||||
top: -1000em;
|
||||
|
@ -154,7 +158,9 @@
|
|||
line-height: normal;
|
||||
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.hidden,
|
||||
|
@ -269,13 +275,21 @@ a:focus .media-icon img,
|
|||
box-shadow:
|
||||
0 0 0 1px #5b9dd9,
|
||||
0 0 2px 1px rgba(30, 140, 190, .8);
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
}
|
||||
|
||||
.ie8 a:focus {
|
||||
outline: #5b9dd9 solid 1px;
|
||||
}
|
||||
|
||||
#adminmenu a:focus,
|
||||
#adminmenu a:focus {
|
||||
box-shadow: none;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
.screen-reader-text:focus {
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
|
@ -613,7 +627,6 @@ code {
|
|||
line-height: normal; /* IE8-IE11 need this for buttons */
|
||||
color: #0073aa; /* some of these controls are button elements and don't inherit from links */
|
||||
cursor: pointer;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.wrap .wp-heading-inline + .page-title-action {
|
||||
|
@ -635,6 +648,8 @@ code {
|
|||
.wrap .page-title-action:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.wrap h1.long-header {
|
||||
|
@ -1518,13 +1533,13 @@ div.error {
|
|||
.installed p:before,
|
||||
.button.updated-message:before {
|
||||
color: #79ba49;
|
||||
content: '\f147';
|
||||
content: "\f147";
|
||||
}
|
||||
|
||||
/* Error icon. */
|
||||
.update-message.notice-error p:before {
|
||||
color: #dc3232;
|
||||
content: "\f534";
|
||||
color: #dc3232;
|
||||
content: "\f534";
|
||||
}
|
||||
|
||||
.wrap .notice p:before,
|
||||
|
@ -1550,6 +1565,15 @@ ul#dismissed-updates {
|
|||
display: none;
|
||||
}
|
||||
|
||||
#dismissed-updates li > p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#dismiss,
|
||||
#undismiss {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
form.upgrade {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
@ -1725,7 +1749,7 @@ form.upgrade .hint {
|
|||
#contextual-help-wrap h5 {
|
||||
margin: 0;
|
||||
padding: 8px 0;
|
||||
font-size: 13px;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
@ -1967,7 +1991,7 @@ html.wp-toolbar {
|
|||
width: 200px;
|
||||
text-align: center;
|
||||
color: #ccc;
|
||||
font-size:18px;
|
||||
font-size: 18px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -2052,13 +2076,19 @@ html.wp-toolbar {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
.postbox .inside,
|
||||
.stuffbox .inside {
|
||||
.postbox .inside {
|
||||
padding: 0 12px 12px;
|
||||
line-height: 1.4em;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.stuffbox .inside {
|
||||
padding: 0;
|
||||
line-height: 1.4em;
|
||||
font-size: 13px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.postbox .inside {
|
||||
margin: 11px 0;
|
||||
position: relative;
|
||||
|
@ -2193,10 +2223,10 @@ h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
|
|||
|
||||
/* Back-compat for plugins. Deprecated. Use .wp-clearfix instead. */
|
||||
.nav-tab-wrapper:not(.wp-clearfix):after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.ie8 .nav-tab-wrapper {
|
||||
/* contain floats establishing a new block formatting context */
|
||||
|
@ -2354,11 +2384,8 @@ body.iframe {
|
|||
}
|
||||
|
||||
.edit-comment-author {
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
font-weight: 600;
|
||||
color: #222;
|
||||
margin: 2px 9px 0 0;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
#namediv h3 label, /* Back-compat for pre-4.4 */
|
||||
|
@ -2456,7 +2483,7 @@ div.star-holder .star-rating {
|
|||
font-weight: 400;
|
||||
font-style: normal;
|
||||
vertical-align: top;
|
||||
transition: color .1s ease-in 0;
|
||||
transition: color .1s ease-in;
|
||||
text-align: center;
|
||||
color: #ffb900;
|
||||
}
|
||||
|
@ -2848,7 +2875,7 @@ div.action-links {
|
|||
margin-left: 1em;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 771px ) {
|
||||
@media screen and (max-width: 771px) {
|
||||
#plugin-information-title.with-banner {
|
||||
height: 100px;
|
||||
}
|
||||
|
@ -2965,7 +2992,7 @@ div.action-links {
|
|||
}
|
||||
|
||||
/* move plugin install close icon to top on narrow screens */
|
||||
@media screen and ( max-width: 830px ) {
|
||||
@media screen and (max-width: 830px) {
|
||||
.plugin-details-modal #TB_closeWindowButton {
|
||||
left: 0;
|
||||
top: -30px;
|
||||
|
@ -3135,7 +3162,7 @@ img {
|
|||
|
||||
/* Styles for folder indicators/depth */
|
||||
.tree-folder .tree-folder::after {
|
||||
content: ' ';
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 2px;
|
||||
|
@ -3144,7 +3171,7 @@ img {
|
|||
bottom: 10px;
|
||||
}
|
||||
.tree-folder > li::before {
|
||||
content: ' ';
|
||||
content: "";
|
||||
position: absolute;
|
||||
display: block;
|
||||
border-right: 1px solid #ccc;
|
||||
|
@ -3155,7 +3182,7 @@ img {
|
|||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.tree-folder > li::after {
|
||||
content: ' ';
|
||||
content: "";
|
||||
position: absolute;
|
||||
display: block;
|
||||
border-right: 1px solid #ccc;
|
||||
|
@ -3360,7 +3387,8 @@ img {
|
|||
.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 {
|
||||
.widget.open .widget-top .widget-action .toggle-indicator:before,
|
||||
.widget.widget-in-question .widget-top .widget-action .toggle-indicator:before {
|
||||
content: "\f142";
|
||||
}
|
||||
|
||||
|
@ -3653,7 +3681,7 @@ img {
|
|||
width: device-width;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
@media screen and (max-width: 782px) {
|
||||
html.wp-toolbar {
|
||||
padding-top: 46px;
|
||||
}
|
||||
|
@ -3695,8 +3723,6 @@ img {
|
|||
}
|
||||
|
||||
/* Hidden Elements */
|
||||
#screen-meta,
|
||||
#screen-meta-links,
|
||||
#collapse-menu,
|
||||
.post-format-select {
|
||||
display: none !important;
|
||||
|
@ -3907,6 +3933,41 @@ img {
|
|||
line-height: 26px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
/* Fix help tab columns for smaller screens */
|
||||
#screen-meta #contextual-help-wrap {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
#screen-meta #contextual-help-back,
|
||||
#screen-meta .contextual-help-sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#screen-meta .contextual-help-tabs {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
|
||||
#screen-meta .contextual-help-tabs ul {
|
||||
margin: 0 0 1em;
|
||||
padding: 1em 0 0;
|
||||
}
|
||||
|
||||
#screen-meta .contextual-help-tabs .active {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#screen-meta .contextual-help-tabs-wrap {
|
||||
clear: both;
|
||||
max-width: 100%;
|
||||
float: none;
|
||||
}
|
||||
|
||||
#screen-meta-links {
|
||||
margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */
|
||||
}
|
||||
}
|
||||
|
||||
/* Smartphone */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue