Plugin Updates
This commit is contained in:
@@ -22,18 +22,17 @@
|
||||
|
||||
.about__container {
|
||||
/* Section backgrounds */
|
||||
--background: #EAE9E7;
|
||||
--subtle-background: #EAE9E7;
|
||||
--background: #ededed;
|
||||
--subtle-background: #eef0fd;
|
||||
|
||||
/* Main text color */
|
||||
--text: #1e1e1e;
|
||||
--text-light: #fff;
|
||||
|
||||
/* Accent colors: used in header, on special classes. */
|
||||
--accent-1: #C94C26; /* Link color */
|
||||
--accent-2: #CFCABE; /* Accent background */
|
||||
--accent-3: #f0f0f1; /* hr background */
|
||||
--accent-4: #B1C5A4; /* Light green */
|
||||
--accent-1: #3858e9; /* Link color */
|
||||
--accent-2: #3858e9; /* Accent background */
|
||||
--accent-3: #ededed; /* hr background */
|
||||
|
||||
/* Navigation colors. */
|
||||
--nav-background: #fff;
|
||||
@@ -41,6 +40,8 @@
|
||||
--nav-color: var(--text);
|
||||
--nav-current: var(--accent-1);
|
||||
|
||||
--border-radius: 16px;
|
||||
|
||||
--gap: 2rem;
|
||||
}
|
||||
|
||||
@@ -111,13 +112,10 @@
|
||||
}
|
||||
|
||||
.about__container .has-accent-background-color {
|
||||
color: var(--text-light);
|
||||
background-color: var(--accent-2);
|
||||
}
|
||||
|
||||
.about__container .has-accent-4-background-color {
|
||||
background-color: var(--accent-4);
|
||||
}
|
||||
|
||||
.about__container .has-transparent-background-color {
|
||||
background-color: transparent;
|
||||
}
|
||||
@@ -404,6 +402,18 @@
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.about__container h1,
|
||||
.about__container h2,
|
||||
.about__container h3,
|
||||
.about__container h4 {
|
||||
text-wrap: balance;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.about__container p {
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
.about__container p {
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
@@ -417,14 +427,14 @@
|
||||
}
|
||||
|
||||
.about__section a {
|
||||
color: var(--text);
|
||||
color: var(--accent-1);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.about__section a:hover,
|
||||
.about__section a:active,
|
||||
.about__section a:focus {
|
||||
color: var(--text);
|
||||
color: var(--accent-1);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -461,6 +471,7 @@
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
.about__container .about__image figcaption {
|
||||
@@ -503,6 +514,10 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.about__container code {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.about__section {
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.55;
|
||||
@@ -538,46 +553,26 @@
|
||||
align-items: flex-start;
|
||||
justify-content: flex-end;
|
||||
box-sizing: border-box;
|
||||
padding: var(--gap) 0;
|
||||
height: clamp(12.5rem, -1.25rem + 36.67vw, 26.25rem);
|
||||
color: var(--text-light);
|
||||
background-image: url('../images/about-header-about.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
|
||||
background-size: auto 70%, cover;
|
||||
border-radius: 5px;
|
||||
padding: calc(var(--gap) * 1.5);
|
||||
min-height: clamp(10rem, 25vw, 18.75rem);
|
||||
border-radius: var(--border-radius);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 7% center, top right;
|
||||
background-color: var(--background);
|
||||
}
|
||||
|
||||
.credits-php .about__header {
|
||||
background-image: url('../images/about-header-credits.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
|
||||
}
|
||||
|
||||
.freedoms-php .about__header {
|
||||
background-image: url('../images/about-header-freedoms.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
|
||||
}
|
||||
|
||||
.privacy-php .about__header {
|
||||
background-image: url('../images/about-header-privacy.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
|
||||
}
|
||||
|
||||
.contribute-php .about__header {
|
||||
background-image: url('../images/about-header-contribute.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
|
||||
}
|
||||
|
||||
.about__header-image {
|
||||
margin: 0 var(--gap) 3em;
|
||||
}
|
||||
|
||||
.about__header-title {
|
||||
box-sizing: border-box;
|
||||
margin: 0 calc(var(--gap) + 2rem);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
max-width: 55%;
|
||||
}
|
||||
|
||||
.about__header-title h1 {
|
||||
margin: 0 0 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
/* Fluid font size scales on browser size 960px - 1200px. */
|
||||
font-size: clamp(2rem, 20vw - 9rem, 4rem);
|
||||
@@ -597,18 +592,18 @@
|
||||
.about__header-text {
|
||||
box-sizing: border-box;
|
||||
max-width: 26em;
|
||||
margin: 0 auto;
|
||||
margin: 1rem 0 0;
|
||||
padding: 0;
|
||||
font-size: 1.6rem;
|
||||
line-height: 1.15;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.about__header-navigation {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
padding-top: 0;
|
||||
margin-bottom: var(--gap);
|
||||
background: var(--nav-background);
|
||||
@@ -616,6 +611,10 @@
|
||||
border-bottom: 3px solid var(--nav-border);
|
||||
}
|
||||
|
||||
.about__header-navigation::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.about__header-navigation .nav-tab {
|
||||
margin-right: 0;
|
||||
padding: calc(var(--gap) * 0.75) var(--gap);
|
||||
@@ -674,21 +673,18 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.about__header-title,
|
||||
.about__header-image {
|
||||
margin-right: calc(var(--gap) / 2);
|
||||
margin-left: calc(var(--gap) / 2);
|
||||
.about__header {
|
||||
padding: var(--gap);
|
||||
}
|
||||
|
||||
.about__header-text {
|
||||
margin-top: 0;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.about__header-navigation .nav-tab {
|
||||
margin-top: 0;
|
||||
margin-left: 0;
|
||||
padding-right: calc(var(--gap) / 2);
|
||||
padding-left: calc(var(--gap) / 2);
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -705,15 +701,6 @@
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.about__header-title p {
|
||||
font-size: 2.4em;
|
||||
}
|
||||
|
||||
.about__header-text {
|
||||
margin-right: calc(var(--gap) / 2);
|
||||
margin-left: calc(var(--gap) / 2);
|
||||
}
|
||||
|
||||
.about__header-navigation {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+43
-56
@@ -21,18 +21,17 @@
|
||||
|
||||
.about__container {
|
||||
/* Section backgrounds */
|
||||
--background: #EAE9E7;
|
||||
--subtle-background: #EAE9E7;
|
||||
--background: #ededed;
|
||||
--subtle-background: #eef0fd;
|
||||
|
||||
/* Main text color */
|
||||
--text: #1e1e1e;
|
||||
--text-light: #fff;
|
||||
|
||||
/* Accent colors: used in header, on special classes. */
|
||||
--accent-1: #C94C26; /* Link color */
|
||||
--accent-2: #CFCABE; /* Accent background */
|
||||
--accent-3: #f0f0f1; /* hr background */
|
||||
--accent-4: #B1C5A4; /* Light green */
|
||||
--accent-1: #3858e9; /* Link color */
|
||||
--accent-2: #3858e9; /* Accent background */
|
||||
--accent-3: #ededed; /* hr background */
|
||||
|
||||
/* Navigation colors. */
|
||||
--nav-background: #fff;
|
||||
@@ -40,6 +39,8 @@
|
||||
--nav-color: var(--text);
|
||||
--nav-current: var(--accent-1);
|
||||
|
||||
--border-radius: 16px;
|
||||
|
||||
--gap: 2rem;
|
||||
}
|
||||
|
||||
@@ -110,13 +111,10 @@
|
||||
}
|
||||
|
||||
.about__container .has-accent-background-color {
|
||||
color: var(--text-light);
|
||||
background-color: var(--accent-2);
|
||||
}
|
||||
|
||||
.about__container .has-accent-4-background-color {
|
||||
background-color: var(--accent-4);
|
||||
}
|
||||
|
||||
.about__container .has-transparent-background-color {
|
||||
background-color: transparent;
|
||||
}
|
||||
@@ -403,6 +401,18 @@
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.about__container h1,
|
||||
.about__container h2,
|
||||
.about__container h3,
|
||||
.about__container h4 {
|
||||
text-wrap: balance;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.about__container p {
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
.about__container p {
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
@@ -416,14 +426,14 @@
|
||||
}
|
||||
|
||||
.about__section a {
|
||||
color: var(--text);
|
||||
color: var(--accent-1);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.about__section a:hover,
|
||||
.about__section a:active,
|
||||
.about__section a:focus {
|
||||
color: var(--text);
|
||||
color: var(--accent-1);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -460,6 +470,7 @@
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
.about__container .about__image figcaption {
|
||||
@@ -502,6 +513,10 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.about__container code {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.about__section {
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.55;
|
||||
@@ -537,46 +552,26 @@
|
||||
align-items: flex-start;
|
||||
justify-content: flex-end;
|
||||
box-sizing: border-box;
|
||||
padding: var(--gap) 0;
|
||||
height: clamp(12.5rem, -1.25rem + 36.67vw, 26.25rem);
|
||||
color: var(--text-light);
|
||||
background-image: url('../images/about-header-about.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
|
||||
background-size: auto 70%, cover;
|
||||
border-radius: 5px;
|
||||
padding: calc(var(--gap) * 1.5);
|
||||
min-height: clamp(10rem, 25vw, 18.75rem);
|
||||
border-radius: var(--border-radius);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 7% center, top left;
|
||||
background-color: var(--background);
|
||||
}
|
||||
|
||||
.credits-php .about__header {
|
||||
background-image: url('../images/about-header-credits.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
|
||||
}
|
||||
|
||||
.freedoms-php .about__header {
|
||||
background-image: url('../images/about-header-freedoms.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
|
||||
}
|
||||
|
||||
.privacy-php .about__header {
|
||||
background-image: url('../images/about-header-privacy.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
|
||||
}
|
||||
|
||||
.contribute-php .about__header {
|
||||
background-image: url('../images/about-header-contribute.svg?ver=6.4'), url('../images/about-header-background.svg?ver=6.4');
|
||||
}
|
||||
|
||||
.about__header-image {
|
||||
margin: 0 var(--gap) 3em;
|
||||
}
|
||||
|
||||
.about__header-title {
|
||||
box-sizing: border-box;
|
||||
margin: 0 calc(var(--gap) + 2rem);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
max-width: 55%;
|
||||
}
|
||||
|
||||
.about__header-title h1 {
|
||||
margin: 0 0 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
/* Fluid font size scales on browser size 960px - 1200px. */
|
||||
font-size: clamp(2rem, 20vw - 9rem, 4rem);
|
||||
@@ -596,18 +591,18 @@
|
||||
.about__header-text {
|
||||
box-sizing: border-box;
|
||||
max-width: 26em;
|
||||
margin: 0 auto;
|
||||
margin: 1rem 0 0;
|
||||
padding: 0;
|
||||
font-size: 1.6rem;
|
||||
line-height: 1.15;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.about__header-navigation {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
padding-top: 0;
|
||||
margin-bottom: var(--gap);
|
||||
background: var(--nav-background);
|
||||
@@ -615,6 +610,10 @@
|
||||
border-bottom: 3px solid var(--nav-border);
|
||||
}
|
||||
|
||||
.about__header-navigation::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.about__header-navigation .nav-tab {
|
||||
margin-left: 0;
|
||||
padding: calc(var(--gap) * 0.75) var(--gap);
|
||||
@@ -673,21 +672,18 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.about__header-title,
|
||||
.about__header-image {
|
||||
margin-left: calc(var(--gap) / 2);
|
||||
margin-right: calc(var(--gap) / 2);
|
||||
.about__header {
|
||||
padding: var(--gap);
|
||||
}
|
||||
|
||||
.about__header-text {
|
||||
margin-top: 0;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.about__header-navigation .nav-tab {
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
padding-left: calc(var(--gap) / 2);
|
||||
padding-right: calc(var(--gap) / 2);
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -704,15 +700,6 @@
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.about__header-title p {
|
||||
font-size: 2.4em;
|
||||
}
|
||||
|
||||
.about__header-text {
|
||||
margin-left: calc(var(--gap) / 2);
|
||||
margin-right: calc(var(--gap) / 2);
|
||||
}
|
||||
|
||||
.about__header-navigation {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -280,11 +280,9 @@ a:focus .media-icon img,
|
||||
a:focus .plugin-icon,
|
||||
.wp-person a:focus .gravatar {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
#adminmenu a:focus {
|
||||
@@ -845,9 +843,9 @@ img.emoji {
|
||||
}
|
||||
|
||||
.tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.key-labels label {
|
||||
@@ -1119,7 +1117,8 @@ th.action-links {
|
||||
}
|
||||
|
||||
.wp-filter .search-form.search-plugins select,
|
||||
.wp-filter .search-form.search-plugins .wp-filter-search {
|
||||
.wp-filter .search-form.search-plugins .wp-filter-search,
|
||||
.no-js .wp-filter .search-form.search-plugins .button {
|
||||
display: inline-block;
|
||||
margin-top: 10px;
|
||||
vertical-align: top;
|
||||
@@ -1460,10 +1459,9 @@ div.error p,
|
||||
}
|
||||
|
||||
.notice-dismiss:focus {
|
||||
outline: none;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.notice-success,
|
||||
@@ -1500,6 +1498,22 @@ div.error {
|
||||
background-color: #f0f6fc;
|
||||
}
|
||||
|
||||
#plugin-information-footer .update-now:not(.button-disabled):before {
|
||||
color: #d63638;
|
||||
content: "\f463";
|
||||
display: inline-block;
|
||||
font: normal 20px/1 dashicons;
|
||||
margin: -3px -2px 0 5px;
|
||||
speak: never;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#plugin-information-footer .notice {
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.update-message p:before,
|
||||
.updating-message p:before,
|
||||
.updated-message p:before,
|
||||
@@ -1507,7 +1521,9 @@ div.error {
|
||||
.button.updating-message:before,
|
||||
.button.updated-message:before,
|
||||
.button.installed:before,
|
||||
.button.installing:before {
|
||||
.button.installing:before,
|
||||
.button.activating-message:before,
|
||||
.button.activated-message:before {
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@@ -1544,7 +1560,8 @@ div.error {
|
||||
.updating-message p:before,
|
||||
.import-php .updating-message:before,
|
||||
.button.updating-message:before,
|
||||
.button.installing:before {
|
||||
.button.installing:before,
|
||||
.button.activating-message:before {
|
||||
color: #d63638;
|
||||
content: "\f463";
|
||||
}
|
||||
@@ -1554,6 +1571,7 @@ div.error {
|
||||
.import-php .updating-message:before,
|
||||
.button.updating-message:before,
|
||||
.button.installing:before,
|
||||
.button.activating-message:before,
|
||||
.plugins .column-auto-updates .dashicons-update.spin,
|
||||
.theme-overlay .theme-autoupdate .dashicons-update.spin {
|
||||
animation: rotation 2s infinite linear;
|
||||
@@ -1564,6 +1582,7 @@ div.error {
|
||||
.import-php .updating-message:before,
|
||||
.button.updating-message:before,
|
||||
.button.installing:before,
|
||||
.button.activating-message:before,
|
||||
.plugins .column-auto-updates .dashicons-update.spin,
|
||||
.theme-overlay .theme-autoupdate .dashicons-update.spin {
|
||||
animation: none;
|
||||
@@ -1577,7 +1596,8 @@ div.error {
|
||||
/* Updated icon (check mark). */
|
||||
.updated-message p:before,
|
||||
.installed p:before,
|
||||
.button.updated-message:before {
|
||||
.button.updated-message:before,
|
||||
.button.activated-message:before {
|
||||
color: #68de7c;
|
||||
content: "\f147";
|
||||
}
|
||||
@@ -1662,19 +1682,46 @@ p.auto-update-status {
|
||||
.button.updating-message:before,
|
||||
.button.updated-message:before,
|
||||
.button.installed:before,
|
||||
.button.installing:before {
|
||||
.button.installing:before,
|
||||
.button.activated-message:before,
|
||||
.button.activating-message:before {
|
||||
margin: 3px -2px 0 5px;
|
||||
}
|
||||
|
||||
.button-primary.updating-message:before {
|
||||
#plugin-information-footer .button {
|
||||
padding: 0 14px;
|
||||
line-height: 2.71428571; /* 38px */
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
min-height: 40px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#plugin-information-footer .button.installed:before,
|
||||
#plugin-information-footer .button.installing:before,
|
||||
#plugin-information-footer .button.updating-message:before,
|
||||
#plugin-information-footer .button.updated-message:before,
|
||||
#plugin-information-footer .button.activated-message:before,
|
||||
#plugin-information-footer .button.activating-message:before {
|
||||
margin: 9px -2px 0 5px;
|
||||
}
|
||||
|
||||
#plugin-information-footer .button.update-now.updating-message:before {
|
||||
margin: -3px -2px 0 5px;
|
||||
}
|
||||
|
||||
.button-primary.updating-message:before,
|
||||
.button-primary.activating-message:before {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.button-primary.updated-message:before {
|
||||
.button-primary.updated-message:before,
|
||||
.button-primary.activated-message:before {
|
||||
color: #9ec2e6;
|
||||
}
|
||||
|
||||
.button.updated-message {
|
||||
.button.updated-message,
|
||||
.button.activated-message {
|
||||
transition-property: border, background, color;
|
||||
transition-duration: .05s;
|
||||
transition-timing-function: ease-in-out;
|
||||
@@ -1764,8 +1811,10 @@ p.auto-update-status {
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:focus {
|
||||
border-color: #4f94d4;
|
||||
box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
|
||||
border-color: #2271b1;
|
||||
box-shadow: 0 0 0 1px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:active {
|
||||
@@ -2103,8 +2152,8 @@ html.wp-toolbar {
|
||||
.postbox .handle-order-higher,
|
||||
.postbox .handle-order-lower,
|
||||
.postbox .handlediv {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
width: 1.62rem;
|
||||
height: 1.62rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
@@ -3021,7 +3070,6 @@ div.action-links {
|
||||
}
|
||||
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
#TB_window.plugin-details-modal.thickbox-loading:before {
|
||||
@@ -3147,11 +3195,10 @@ img {
|
||||
.postbox .handle-order-higher:focus,
|
||||
.postbox .handle-order-lower:focus,
|
||||
.postbox .handlediv:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: inset 0 0 0 2px #2271b1;
|
||||
border-radius: 50%;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.postbox .handle-order-higher:focus .order-higher-indicator::before,
|
||||
@@ -3176,7 +3223,6 @@ img {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
font-size: 13px;
|
||||
background: #f6f7f7;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
@@ -3251,12 +3297,17 @@ img {
|
||||
[role="treeitem"] {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
[role="treeitem"] a:focus,
|
||||
[role="treeitem"] .folder-label.focus {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
/* Reset default focus style. */
|
||||
box-shadow: none;
|
||||
/* Use an inset outline instead, so it's visible also over the current file item. */
|
||||
outline: 2px solid #2271b1;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
[role="treeitem"].hover,
|
||||
[role="treeitem"] .folder-label.hover {
|
||||
background-color: #f0f0f1;
|
||||
@@ -3398,6 +3449,10 @@ img {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#templateside li.current-file > a {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
#templateside li:not(.howto) > a:first-of-type {
|
||||
padding-top: 0;
|
||||
}
|
||||
@@ -3483,13 +3538,13 @@ img {
|
||||
.accordion-section-title:hover:after {
|
||||
color: #1d2327;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.widget-top .widget-action:focus .toggle-indicator:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.control-section .accordion-section-title:after,
|
||||
@@ -3765,7 +3820,6 @@ img {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
/* Back-compat for pre-3.8 */
|
||||
div.star-holder,
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
+92
-38
@@ -279,11 +279,9 @@ a:focus .media-icon img,
|
||||
a:focus .plugin-icon,
|
||||
.wp-person a:focus .gravatar {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
#adminmenu a:focus {
|
||||
@@ -844,9 +842,9 @@ img.emoji {
|
||||
}
|
||||
|
||||
.tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.key-labels label {
|
||||
@@ -1118,7 +1116,8 @@ th.action-links {
|
||||
}
|
||||
|
||||
.wp-filter .search-form.search-plugins select,
|
||||
.wp-filter .search-form.search-plugins .wp-filter-search {
|
||||
.wp-filter .search-form.search-plugins .wp-filter-search,
|
||||
.no-js .wp-filter .search-form.search-plugins .button {
|
||||
display: inline-block;
|
||||
margin-top: 10px;
|
||||
vertical-align: top;
|
||||
@@ -1459,10 +1458,9 @@ div.error p,
|
||||
}
|
||||
|
||||
.notice-dismiss:focus {
|
||||
outline: none;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.notice-success,
|
||||
@@ -1499,6 +1497,22 @@ div.error {
|
||||
background-color: #f0f6fc;
|
||||
}
|
||||
|
||||
#plugin-information-footer .update-now:not(.button-disabled):before {
|
||||
color: #d63638;
|
||||
content: "\f463";
|
||||
display: inline-block;
|
||||
font: normal 20px/1 dashicons;
|
||||
margin: -3px 5px 0 -2px;
|
||||
speak: never;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#plugin-information-footer .notice {
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.update-message p:before,
|
||||
.updating-message p:before,
|
||||
.updated-message p:before,
|
||||
@@ -1506,7 +1520,9 @@ div.error {
|
||||
.button.updating-message:before,
|
||||
.button.updated-message:before,
|
||||
.button.installed:before,
|
||||
.button.installing:before {
|
||||
.button.installing:before,
|
||||
.button.activating-message:before,
|
||||
.button.activated-message:before {
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@@ -1543,7 +1559,8 @@ div.error {
|
||||
.updating-message p:before,
|
||||
.import-php .updating-message:before,
|
||||
.button.updating-message:before,
|
||||
.button.installing:before {
|
||||
.button.installing:before,
|
||||
.button.activating-message:before {
|
||||
color: #d63638;
|
||||
content: "\f463";
|
||||
}
|
||||
@@ -1553,6 +1570,7 @@ div.error {
|
||||
.import-php .updating-message:before,
|
||||
.button.updating-message:before,
|
||||
.button.installing:before,
|
||||
.button.activating-message:before,
|
||||
.plugins .column-auto-updates .dashicons-update.spin,
|
||||
.theme-overlay .theme-autoupdate .dashicons-update.spin {
|
||||
animation: rotation 2s infinite linear;
|
||||
@@ -1563,6 +1581,7 @@ div.error {
|
||||
.import-php .updating-message:before,
|
||||
.button.updating-message:before,
|
||||
.button.installing:before,
|
||||
.button.activating-message:before,
|
||||
.plugins .column-auto-updates .dashicons-update.spin,
|
||||
.theme-overlay .theme-autoupdate .dashicons-update.spin {
|
||||
animation: none;
|
||||
@@ -1576,7 +1595,8 @@ div.error {
|
||||
/* Updated icon (check mark). */
|
||||
.updated-message p:before,
|
||||
.installed p:before,
|
||||
.button.updated-message:before {
|
||||
.button.updated-message:before,
|
||||
.button.activated-message:before {
|
||||
color: #68de7c;
|
||||
content: "\f147";
|
||||
}
|
||||
@@ -1661,19 +1681,46 @@ p.auto-update-status {
|
||||
.button.updating-message:before,
|
||||
.button.updated-message:before,
|
||||
.button.installed:before,
|
||||
.button.installing:before {
|
||||
.button.installing:before,
|
||||
.button.activated-message:before,
|
||||
.button.activating-message:before {
|
||||
margin: 3px 5px 0 -2px;
|
||||
}
|
||||
|
||||
.button-primary.updating-message:before {
|
||||
#plugin-information-footer .button {
|
||||
padding: 0 14px;
|
||||
line-height: 2.71428571; /* 38px */
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
min-height: 40px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#plugin-information-footer .button.installed:before,
|
||||
#plugin-information-footer .button.installing:before,
|
||||
#plugin-information-footer .button.updating-message:before,
|
||||
#plugin-information-footer .button.updated-message:before,
|
||||
#plugin-information-footer .button.activated-message:before,
|
||||
#plugin-information-footer .button.activating-message:before {
|
||||
margin: 9px 5px 0 -2px;
|
||||
}
|
||||
|
||||
#plugin-information-footer .button.update-now.updating-message:before {
|
||||
margin: -3px 5px 0 -2px;
|
||||
}
|
||||
|
||||
.button-primary.updating-message:before,
|
||||
.button-primary.activating-message:before {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.button-primary.updated-message:before {
|
||||
.button-primary.updated-message:before,
|
||||
.button-primary.activated-message:before {
|
||||
color: #9ec2e6;
|
||||
}
|
||||
|
||||
.button.updated-message {
|
||||
.button.updated-message,
|
||||
.button.activated-message {
|
||||
transition-property: border, background, color;
|
||||
transition-duration: .05s;
|
||||
transition-timing-function: ease-in-out;
|
||||
@@ -1763,8 +1810,10 @@ p.auto-update-status {
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:focus {
|
||||
border-color: #4f94d4;
|
||||
box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
|
||||
border-color: #2271b1;
|
||||
box-shadow: 0 0 0 1px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:active {
|
||||
@@ -2102,8 +2151,8 @@ html.wp-toolbar {
|
||||
.postbox .handle-order-higher,
|
||||
.postbox .handle-order-lower,
|
||||
.postbox .handlediv {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
width: 1.62rem;
|
||||
height: 1.62rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
@@ -3020,7 +3069,6 @@ div.action-links {
|
||||
}
|
||||
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
#TB_window.plugin-details-modal.thickbox-loading:before {
|
||||
@@ -3146,11 +3194,10 @@ img {
|
||||
.postbox .handle-order-higher:focus,
|
||||
.postbox .handle-order-lower:focus,
|
||||
.postbox .handlediv:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: inset 0 0 0 2px #2271b1;
|
||||
border-radius: 50%;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.postbox .handle-order-higher:focus .order-higher-indicator::before,
|
||||
@@ -3175,7 +3222,6 @@ img {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
font-size: 13px;
|
||||
background: #f6f7f7;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
@@ -3250,12 +3296,17 @@ img {
|
||||
[role="treeitem"] {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
[role="treeitem"] a:focus,
|
||||
[role="treeitem"] .folder-label.focus {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
/* Reset default focus style. */
|
||||
box-shadow: none;
|
||||
/* Use an inset outline instead, so it's visible also over the current file item. */
|
||||
outline: 2px solid #2271b1;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
[role="treeitem"].hover,
|
||||
[role="treeitem"] .folder-label.hover {
|
||||
background-color: #f0f0f1;
|
||||
@@ -3397,6 +3448,10 @@ img {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#templateside li.current-file > a {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
#templateside li:not(.howto) > a:first-of-type {
|
||||
padding-top: 0;
|
||||
}
|
||||
@@ -3482,13 +3537,13 @@ img {
|
||||
.accordion-section-title:hover:after {
|
||||
color: #1d2327;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.widget-top .widget-action:focus .toggle-indicator:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.control-section .accordion-section-title:after,
|
||||
@@ -3764,7 +3819,6 @@ img {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
/* Back-compat for pre-3.8 */
|
||||
div.star-holder,
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -1567,10 +1567,9 @@ p.customize-section-description {
|
||||
}
|
||||
|
||||
.customize-control-header .choice:focus {
|
||||
outline: none;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 3px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.customize-control-header .uploaded div:last-child > .choice {
|
||||
@@ -1605,7 +1604,6 @@ p.customize-section-description {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
font-size: 12px;
|
||||
padding: 6px 8px;
|
||||
-o-tab-size: 2;
|
||||
tab-size: 2;
|
||||
}
|
||||
.customize-control-code_editor textarea,
|
||||
@@ -2681,9 +2679,9 @@ body.adding-widget .add-new-widget:before,
|
||||
|
||||
#available-widgets-filter .clear-results:focus,
|
||||
#available-menu-items-search .clear-results:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
#available-menu-items-search .search-icon:after,
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -1566,10 +1566,9 @@ p.customize-section-description {
|
||||
}
|
||||
|
||||
.customize-control-header .choice:focus {
|
||||
outline: none;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 3px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.customize-control-header .uploaded div:last-child > .choice {
|
||||
@@ -1604,7 +1603,6 @@ p.customize-section-description {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
font-size: 12px;
|
||||
padding: 6px 8px;
|
||||
-o-tab-size: 2;
|
||||
tab-size: 2;
|
||||
}
|
||||
.customize-control-code_editor textarea,
|
||||
@@ -2680,9 +2678,9 @@ body.adding-widget .add-new-widget:before,
|
||||
|
||||
#available-widgets-filter .clear-results:focus,
|
||||
#available-menu-items-search .clear-results:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
#available-menu-items-search .search-icon:after,
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -272,7 +272,7 @@
|
||||
.customize-screen-options-toggle:focus,
|
||||
#customize-controls .customize-info .customize-help-toggle:focus {
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.customize-screen-options-toggle:before {
|
||||
@@ -865,9 +865,9 @@ li.assigned-to-menu-location .add-new-menu-item {
|
||||
.menu-delete:focus,
|
||||
.menu-item-bar .item-delete:focus:before,
|
||||
#available-menu-items .item-add:focus:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -271,7 +271,7 @@
|
||||
.customize-screen-options-toggle:focus,
|
||||
#customize-controls .customize-info .customize-help-toggle:focus {
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 1px solid transparent;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.customize-screen-options-toggle:before {
|
||||
@@ -864,9 +864,9 @@ li.assigned-to-menu-location .add-new-menu-item {
|
||||
.menu-delete:focus,
|
||||
.menu-item-bar .item-delete:focus:before,
|
||||
#available-menu-items .item-add:focus:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -405,7 +405,6 @@ table.not-image tr.image-only {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
.image-align-none-label {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -404,7 +404,6 @@ table.not-image tr.image-only {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
.image-align-none-label {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -976,7 +976,7 @@ form#tags-filter {
|
||||
|
||||
.privacy-settings-accordion-actions .success {
|
||||
display: none;
|
||||
color: #008a20;
|
||||
color: #007017;
|
||||
padding-left: 1em;
|
||||
padding-top: 6px;
|
||||
}
|
||||
@@ -1294,8 +1294,9 @@ div.tabs-panel-inactive {
|
||||
}
|
||||
|
||||
div.tabs-panel-active:focus {
|
||||
box-shadow: inset 0 0 0 1px #4f94d4, inset 0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
outline: 0 none;
|
||||
box-shadow: inset 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
#front-page-warning,
|
||||
@@ -1689,7 +1690,6 @@ table.links-table {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
#content-resize-handle,
|
||||
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -975,7 +975,7 @@ form#tags-filter {
|
||||
|
||||
.privacy-settings-accordion-actions .success {
|
||||
display: none;
|
||||
color: #008a20;
|
||||
color: #007017;
|
||||
padding-right: 1em;
|
||||
padding-top: 6px;
|
||||
}
|
||||
@@ -1293,8 +1293,9 @@ div.tabs-panel-inactive {
|
||||
}
|
||||
|
||||
div.tabs-panel-active:focus {
|
||||
box-shadow: inset 0 0 0 1px #4f94d4, inset 0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
outline: 0 none;
|
||||
box-shadow: inset 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
#front-page-warning,
|
||||
@@ -1688,7 +1689,6 @@ table.links-table {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
#content-resize-handle,
|
||||
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -23,10 +23,6 @@ textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input,
|
||||
select {
|
||||
margin: 0 1px;
|
||||
@@ -288,8 +284,10 @@ textarea.disabled {
|
||||
|
||||
input[type="file"]:disabled,
|
||||
input[type="file"].disabled,
|
||||
input[type="file"][aria-disabled="true"],
|
||||
input[type="range"]:disabled,
|
||||
input[type="range"].disabled {
|
||||
input[type="range"].disabled,
|
||||
input[type="range"][aria-disabled="true"] {
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
cursor: default;
|
||||
@@ -297,13 +295,16 @@ input[type="range"].disabled {
|
||||
|
||||
input[type="checkbox"]:disabled,
|
||||
input[type="checkbox"].disabled,
|
||||
input[type="checkbox"][aria-disabled="true"],
|
||||
input[type="radio"]:disabled,
|
||||
input[type="radio"].disabled,
|
||||
input[type="radio"][aria-disabled="true"],
|
||||
input[type="checkbox"]:disabled:checked:before,
|
||||
input[type="checkbox"].disabled:checked:before,
|
||||
input[type="radio"]:disabled:checked:before,
|
||||
input[type="radio"].disabled:checked:before {
|
||||
opacity: 0.7;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
@@ -357,6 +358,10 @@ input[type="radio"].disabled:checked:before {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.wp-core-ui select[aria-disabled="true"] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Reset Firefox inner outline that appears on :focus. */
|
||||
/* This ruleset overrides the color change on :focus thus needs to be after select:focus. */
|
||||
.wp-core-ui select:-moz-focusring {
|
||||
@@ -675,6 +680,13 @@ fieldset label,
|
||||
border-color: #68de7c;
|
||||
}
|
||||
|
||||
#pass1:focus,
|
||||
#pass1-text:focus {
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.pw-weak {
|
||||
display: none;
|
||||
}
|
||||
@@ -778,6 +790,42 @@ ul#add-to-blog-users {
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.button-add-site-icon {
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
border: 1px dashed #c3c4c7;
|
||||
box-sizing: border-box;
|
||||
padding: 9px 0;
|
||||
line-height: 1.6;
|
||||
max-width: 270px;
|
||||
}
|
||||
|
||||
.button-add-site-icon:focus,
|
||||
.button-add-site-icon:hover {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.site-icon-section .favicon-preview {
|
||||
float: right;
|
||||
}
|
||||
.site-icon-section .app-icon-preview {
|
||||
float: right;
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
.site-icon-section .site-icon-preview img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.button-add-site-icon:focus {
|
||||
background-color: #fff;
|
||||
border-color: #3582c4;
|
||||
border-style: solid;
|
||||
box-shadow: 0 0 0 1px #3582c4;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
15.0 - Comments Screen
|
||||
------------------------------------------------------------------------------*/
|
||||
@@ -922,11 +970,14 @@ table.form-table td .updated p {
|
||||
}
|
||||
|
||||
.color-palette {
|
||||
display: table;
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.color-palette .color-palette-shade,
|
||||
.color-palette td {
|
||||
display: table-cell;
|
||||
height: 20px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
@@ -1590,12 +1641,15 @@ table.form-table td .updated p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-table .color-palette .color-palette-shade,
|
||||
.form-table .color-palette td {
|
||||
display: table-cell;
|
||||
width: 15px;
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.form-table table.color-palette {
|
||||
.form-table .color-palette {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -22,10 +22,6 @@ textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input,
|
||||
select {
|
||||
margin: 0 1px;
|
||||
@@ -287,8 +283,10 @@ textarea.disabled {
|
||||
|
||||
input[type="file"]:disabled,
|
||||
input[type="file"].disabled,
|
||||
input[type="file"][aria-disabled="true"],
|
||||
input[type="range"]:disabled,
|
||||
input[type="range"].disabled {
|
||||
input[type="range"].disabled,
|
||||
input[type="range"][aria-disabled="true"] {
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
cursor: default;
|
||||
@@ -296,13 +294,16 @@ input[type="range"].disabled {
|
||||
|
||||
input[type="checkbox"]:disabled,
|
||||
input[type="checkbox"].disabled,
|
||||
input[type="checkbox"][aria-disabled="true"],
|
||||
input[type="radio"]:disabled,
|
||||
input[type="radio"].disabled,
|
||||
input[type="radio"][aria-disabled="true"],
|
||||
input[type="checkbox"]:disabled:checked:before,
|
||||
input[type="checkbox"].disabled:checked:before,
|
||||
input[type="radio"]:disabled:checked:before,
|
||||
input[type="radio"].disabled:checked:before {
|
||||
opacity: 0.7;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
@@ -356,6 +357,10 @@ input[type="radio"].disabled:checked:before {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.wp-core-ui select[aria-disabled="true"] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Reset Firefox inner outline that appears on :focus. */
|
||||
/* This ruleset overrides the color change on :focus thus needs to be after select:focus. */
|
||||
.wp-core-ui select:-moz-focusring {
|
||||
@@ -674,6 +679,13 @@ fieldset label,
|
||||
border-color: #68de7c;
|
||||
}
|
||||
|
||||
#pass1:focus,
|
||||
#pass1-text:focus {
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.pw-weak {
|
||||
display: none;
|
||||
}
|
||||
@@ -777,6 +789,42 @@ ul#add-to-blog-users {
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.button-add-site-icon {
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
border: 1px dashed #c3c4c7;
|
||||
box-sizing: border-box;
|
||||
padding: 9px 0;
|
||||
line-height: 1.6;
|
||||
max-width: 270px;
|
||||
}
|
||||
|
||||
.button-add-site-icon:focus,
|
||||
.button-add-site-icon:hover {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.site-icon-section .favicon-preview {
|
||||
float: left;
|
||||
}
|
||||
.site-icon-section .app-icon-preview {
|
||||
float: left;
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
.site-icon-section .site-icon-preview img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.button-add-site-icon:focus {
|
||||
background-color: #fff;
|
||||
border-color: #3582c4;
|
||||
border-style: solid;
|
||||
box-shadow: 0 0 0 1px #3582c4;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
15.0 - Comments Screen
|
||||
------------------------------------------------------------------------------*/
|
||||
@@ -921,11 +969,14 @@ table.form-table td .updated p {
|
||||
}
|
||||
|
||||
.color-palette {
|
||||
display: table;
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.color-palette .color-palette-shade,
|
||||
.color-palette td {
|
||||
display: table-cell;
|
||||
height: 20px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
@@ -1589,12 +1640,15 @@ table.form-table td .updated p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-table .color-palette .color-palette-shade,
|
||||
.form-table .color-palette td {
|
||||
display: table-cell;
|
||||
width: 15px;
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.form-table table.color-palette {
|
||||
.form-table .color-palette {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -27,9 +27,9 @@ a:active {
|
||||
|
||||
a:focus {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
@@ -73,10 +73,6 @@ fieldset {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#logo {
|
||||
margin: -130px auto 25px;
|
||||
padding: 0 0 25px;
|
||||
@@ -392,7 +388,6 @@ body.language-chooser {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
.spinner {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -26,9 +26,9 @@ a:active {
|
||||
|
||||
a:focus {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
@@ -72,10 +72,6 @@ fieldset {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#logo {
|
||||
margin: -130px auto 25px;
|
||||
padding: 0 0 25px;
|
||||
@@ -391,7 +387,6 @@ body.language-chooser {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
.spinner {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -262,8 +262,10 @@
|
||||
}
|
||||
|
||||
th .comment-grey-bubble {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
/* Make sure the link clickable area fills the entire table header. */
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
th .comment-grey-bubble:before {
|
||||
@@ -344,7 +346,6 @@ table.fixed {
|
||||
|
||||
.fixed .column-comments {
|
||||
width: 5.5em;
|
||||
padding: 8px 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@@ -538,9 +539,9 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
|
||||
}
|
||||
|
||||
.wp-list-table .toggle-row:focus:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.wp-list-table .toggle-row:active {
|
||||
@@ -586,8 +587,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.check-column input:where(:not(:disabled)):hover,
|
||||
.check-column:hover input:where(:not(:disabled)) {
|
||||
.check-column .label-covers-full-cell:hover + input:not(:disabled) {
|
||||
box-shadow: 0 0 0 1px #2271b1;
|
||||
}
|
||||
|
||||
@@ -651,9 +651,11 @@ th.sorted a {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.fixed .column-comments.sortable a,
|
||||
.fixed .column-comments.sorted a {
|
||||
padding: 8px 0;
|
||||
th.sortable a:focus,
|
||||
th.sorted a:focus {
|
||||
box-shadow: inset 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
th.sortable a span,
|
||||
@@ -1148,6 +1150,17 @@ ul.cat-checklist {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
content: '';
|
||||
border-top: 2px solid grey;
|
||||
width: 65%;
|
||||
height: 2px;
|
||||
position: absolute;
|
||||
top: calc( 50% + 1px );
|
||||
right: 50%;
|
||||
transform: translate( 50%, -50% );
|
||||
}
|
||||
|
||||
#bulk-titles .ntdelbutton,
|
||||
#bulk-titles .ntdeltitle,
|
||||
.inline-edit-row fieldset ul.cat-checklist label {
|
||||
@@ -1549,10 +1562,84 @@ div.action-links,
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.plugin-card .name,
|
||||
.plugin-card .desc {
|
||||
margin-right: 148px; /* icon + margin */
|
||||
margin-left: 128px; /* action links + margin */
|
||||
margin-inline: 0;
|
||||
}
|
||||
|
||||
.plugin-card .name, .plugin-card .desc > p {
|
||||
margin-right: 148px;
|
||||
}
|
||||
|
||||
@media (min-width: 1101px) {
|
||||
.plugin-card .name, .plugin-card .desc > p {
|
||||
margin-left: 128px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 481px) and (max-width: 781px) {
|
||||
.plugin-card .name, .plugin-card .desc > p {
|
||||
margin-left: 128px;
|
||||
}
|
||||
}
|
||||
|
||||
.plugin-card .column-description {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.plugin-card .column-description > p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.plugin-card .column-description p:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.plugin-card .notice.plugin-dependencies {
|
||||
margin: auto 20px 20px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.plugin-card .plugin-dependencies-explainer-text {
|
||||
margin-block: 0;
|
||||
}
|
||||
|
||||
.plugin-card .plugin-dependency {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-top: .5em;
|
||||
column-gap: 1%;
|
||||
row-gap: .5em;
|
||||
}
|
||||
|
||||
.plugin-card .plugin-dependency:nth-child(2),
|
||||
.plugin-card .plugin-dependency:last-child {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.plugin-card .plugin-dependency-name {
|
||||
flex-basis: 74%;
|
||||
}
|
||||
|
||||
.plugin-card .plugin-dependency .more-details-link {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.rtl .plugin-card .plugin-dependency .more-details-link {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 939px) {
|
||||
.plugin-card .plugin-dependency-name {
|
||||
flex-basis: 69%;
|
||||
}
|
||||
}
|
||||
|
||||
.plugins #the-list .required-by,
|
||||
.plugins #the-list .requires {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.plugin-card .action-links {
|
||||
@@ -2144,6 +2231,11 @@ div.action-links,
|
||||
padding: 10px 9px; /* reset from other list tables that have a label at this width */
|
||||
}
|
||||
|
||||
#wpbody-content .wp-list-table.plugins .plugin-deleted-tr td,
|
||||
#wpbody-content .wp-list-table.plugins .no-items td {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
/* Plugin description hidden via Screen Options */
|
||||
#wpbody-content .wp-list-table.plugins .desc.hidden {
|
||||
display: none;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+105
-13
@@ -261,8 +261,10 @@
|
||||
}
|
||||
|
||||
th .comment-grey-bubble {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
/* Make sure the link clickable area fills the entire table header. */
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
th .comment-grey-bubble:before {
|
||||
@@ -343,7 +345,6 @@ table.fixed {
|
||||
|
||||
.fixed .column-comments {
|
||||
width: 5.5em;
|
||||
padding: 8px 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@@ -537,9 +538,9 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
|
||||
}
|
||||
|
||||
.wp-list-table .toggle-row:focus:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.wp-list-table .toggle-row:active {
|
||||
@@ -585,8 +586,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.check-column input:where(:not(:disabled)):hover,
|
||||
.check-column:hover input:where(:not(:disabled)) {
|
||||
.check-column .label-covers-full-cell:hover + input:not(:disabled) {
|
||||
box-shadow: 0 0 0 1px #2271b1;
|
||||
}
|
||||
|
||||
@@ -650,9 +650,11 @@ th.sorted a {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.fixed .column-comments.sortable a,
|
||||
.fixed .column-comments.sorted a {
|
||||
padding: 8px 0;
|
||||
th.sortable a:focus,
|
||||
th.sorted a:focus {
|
||||
box-shadow: inset 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
th.sortable a span,
|
||||
@@ -1147,6 +1149,17 @@ ul.cat-checklist {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
content: '';
|
||||
border-top: 2px solid grey;
|
||||
width: 65%;
|
||||
height: 2px;
|
||||
position: absolute;
|
||||
top: calc( 50% + 1px );
|
||||
left: 50%;
|
||||
transform: translate( -50%, -50% );
|
||||
}
|
||||
|
||||
#bulk-titles .ntdelbutton,
|
||||
#bulk-titles .ntdeltitle,
|
||||
.inline-edit-row fieldset ul.cat-checklist label {
|
||||
@@ -1548,10 +1561,84 @@ div.action-links,
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.plugin-card .name,
|
||||
.plugin-card .desc {
|
||||
margin-left: 148px; /* icon + margin */
|
||||
margin-right: 128px; /* action links + margin */
|
||||
margin-inline: 0;
|
||||
}
|
||||
|
||||
.plugin-card .name, .plugin-card .desc > p {
|
||||
margin-left: 148px;
|
||||
}
|
||||
|
||||
@media (min-width: 1101px) {
|
||||
.plugin-card .name, .plugin-card .desc > p {
|
||||
margin-right: 128px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 481px) and (max-width: 781px) {
|
||||
.plugin-card .name, .plugin-card .desc > p {
|
||||
margin-right: 128px;
|
||||
}
|
||||
}
|
||||
|
||||
.plugin-card .column-description {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.plugin-card .column-description > p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.plugin-card .column-description p:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.plugin-card .notice.plugin-dependencies {
|
||||
margin: auto 20px 20px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.plugin-card .plugin-dependencies-explainer-text {
|
||||
margin-block: 0;
|
||||
}
|
||||
|
||||
.plugin-card .plugin-dependency {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-top: .5em;
|
||||
column-gap: 1%;
|
||||
row-gap: .5em;
|
||||
}
|
||||
|
||||
.plugin-card .plugin-dependency:nth-child(2),
|
||||
.plugin-card .plugin-dependency:last-child {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.plugin-card .plugin-dependency-name {
|
||||
flex-basis: 74%;
|
||||
}
|
||||
|
||||
.plugin-card .plugin-dependency .more-details-link {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.rtl .plugin-card .plugin-dependency .more-details-link {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 939px) {
|
||||
.plugin-card .plugin-dependency-name {
|
||||
flex-basis: 69%;
|
||||
}
|
||||
}
|
||||
|
||||
.plugins #the-list .required-by,
|
||||
.plugins #the-list .requires {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.plugin-card .action-links {
|
||||
@@ -2143,6 +2230,11 @@ div.action-links,
|
||||
padding: 10px 9px; /* reset from other list tables that have a label at this width */
|
||||
}
|
||||
|
||||
#wpbody-content .wp-list-table.plugins .plugin-deleted-tr td,
|
||||
#wpbody-content .wp-list-table.plugins .no-items td {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
/* Plugin description hidden via Screen Options */
|
||||
#wpbody-content .wp-list-table.plugins .desc.hidden {
|
||||
display: none;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -33,9 +33,9 @@ a:active {
|
||||
|
||||
a:focus {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -32,9 +32,9 @@ a:active {
|
||||
|
||||
a:focus {
|
||||
color: #043959;
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -357,9 +357,7 @@
|
||||
}
|
||||
|
||||
#find-posts-close:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px;
|
||||
@@ -457,6 +455,10 @@ border color while dragging a file over the uploader drop area */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.post-type-attachment .wp-filter select {
|
||||
margin: 0 0 0 6px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Media Library grid view
|
||||
*/
|
||||
@@ -534,9 +536,7 @@ border color while dragging a file over the uploader drop area */
|
||||
.media-frame.mode-grid .attachment:focus,
|
||||
.media-frame.mode-grid .selected.attachment:focus,
|
||||
.media-frame.mode-grid .attachment.details:focus {
|
||||
box-shadow:
|
||||
inset 0 0 2px 3px #f0f0f1,
|
||||
inset 0 0 0 7px #4f94d4;
|
||||
box-shadow: inset 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -6px;
|
||||
@@ -840,7 +840,7 @@ border color while dragging a file over the uploader drop area */
|
||||
}
|
||||
|
||||
.copy-to-clipboard-container .success {
|
||||
color: #008a20;
|
||||
color: #007017;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
@@ -1173,8 +1173,8 @@ border color while dragging a file over the uploader drop area */
|
||||
|
||||
.image-editor .imgedit-settings .imgedit-help-toggle:focus {
|
||||
color: #2271b1;
|
||||
border-color: #4f94d4;
|
||||
box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
|
||||
border-color: #2271b1;
|
||||
box-shadow: 0 0 0 1px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
@@ -1273,7 +1273,6 @@ audio, video {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.imgedit-wait:before {
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -356,9 +356,7 @@
|
||||
}
|
||||
|
||||
#find-posts-close:focus {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -2px;
|
||||
@@ -456,6 +454,10 @@ border color while dragging a file over the uploader drop area */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.post-type-attachment .wp-filter select {
|
||||
margin: 0 6px 0 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Media Library grid view
|
||||
*/
|
||||
@@ -533,9 +535,7 @@ border color while dragging a file over the uploader drop area */
|
||||
.media-frame.mode-grid .attachment:focus,
|
||||
.media-frame.mode-grid .selected.attachment:focus,
|
||||
.media-frame.mode-grid .attachment.details:focus {
|
||||
box-shadow:
|
||||
inset 0 0 2px 3px #f0f0f1,
|
||||
inset 0 0 0 7px #4f94d4;
|
||||
box-shadow: inset 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
outline-offset: -6px;
|
||||
@@ -839,7 +839,7 @@ border color while dragging a file over the uploader drop area */
|
||||
}
|
||||
|
||||
.copy-to-clipboard-container .success {
|
||||
color: #008a20;
|
||||
color: #007017;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
@@ -1172,8 +1172,8 @@ border color while dragging a file over the uploader drop area */
|
||||
|
||||
.image-editor .imgedit-settings .imgedit-help-toggle:focus {
|
||||
color: #2271b1;
|
||||
border-color: #4f94d4;
|
||||
box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
|
||||
border-color: #2271b1;
|
||||
box-shadow: 0 0 0 1px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
@@ -1272,7 +1272,6 @@ audio, video {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.imgedit-wait:before {
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -104,7 +104,7 @@ ul.add-menu-item-tabs li {
|
||||
|
||||
#nav-menu-bulk-actions-bottom {
|
||||
margin: 1em 0;
|
||||
margin: calc( 1em + 9px ) 0 ;
|
||||
margin: calc( 1em + 9px ) 0;
|
||||
}
|
||||
|
||||
.bulk-actions input.button {
|
||||
@@ -733,9 +733,9 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
}
|
||||
|
||||
.nav-menus-php .item-edit:focus:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
/* Menu editing */
|
||||
@@ -992,7 +992,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
|
||||
@media only screen and (min-width: 783px) {
|
||||
@supports (position: sticky) and (scroll-margin-bottom: 130px) {
|
||||
|
||||
|
||||
#nav-menu-footer {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -103,7 +103,7 @@ ul.add-menu-item-tabs li {
|
||||
|
||||
#nav-menu-bulk-actions-bottom {
|
||||
margin: 1em 0;
|
||||
margin: calc( 1em + 9px ) 0 ;
|
||||
margin: calc( 1em + 9px ) 0;
|
||||
}
|
||||
|
||||
.bulk-actions input.button {
|
||||
@@ -732,9 +732,9 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
}
|
||||
|
||||
.nav-menus-php .item-edit:focus:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
/* Menu editing */
|
||||
@@ -991,7 +991,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
|
||||
@media only screen and (min-width: 783px) {
|
||||
@supports (position: sticky) and (scroll-margin-bottom: 130px) {
|
||||
|
||||
|
||||
#nav-menu-footer {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -559,7 +559,6 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.revision-tick.completed-false {
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -558,7 +558,6 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.revision-tick.completed-false {
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -217,7 +217,7 @@ are styled in the Privacy section of edit.css */
|
||||
}
|
||||
|
||||
.site-health-copy-buttons .success {
|
||||
color: #008a20;
|
||||
color: #007017;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -216,7 +216,7 @@ are styled in the Privacy section of edit.css */
|
||||
}
|
||||
|
||||
.site-health-copy-buttons .success {
|
||||
color: #008a20;
|
||||
color: #007017;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -53,3 +53,25 @@
|
||||
.customize-control-site_icon .app-icon-preview {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
.site-icon-section button.reset {
|
||||
color: #b32d2e;
|
||||
text-decoration: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.site-icon-section button.reset:focus,
|
||||
.site-icon-section button.reset:hover {
|
||||
background: #b32d2e;
|
||||
color: #fff;
|
||||
border-color: #b32d2e;
|
||||
box-shadow: 0 0 0 1px #b32d2e;
|
||||
}
|
||||
|
||||
.site-icon-section .action-buttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
/*! This file is auto-generated */
|
||||
.site-icon-preview .favicon-preview{margin:5px 0 20px;overflow:hidden;position:relative;max-width:180px}.site-icon-preview .browser-title,.site-icon-preview .favicon{height:16px;right:88px;overflow:hidden;position:absolute;top:16px}.site-icon-preview .favicon{width:16px}.site-icon-preview .browser-title{right:109px;width:72px;white-space:nowrap}.site-icon-preview .app-icon-preview{background-color:#000;border-radius:16px;height:64px;overflow:hidden;width:64px;margin-top:5px}.site-icon-preview .app-icon-preview,.site-icon-preview .favicon{direction:ltr}.customize-control-site_icon .favicon-preview{float:right;margin-left:12px;margin-bottom:0}.customize-control-site_icon .app-icon-preview{margin-top:9px}
|
||||
.site-icon-preview .favicon-preview{margin:5px 0 20px;overflow:hidden;position:relative;max-width:180px}.site-icon-preview .browser-title,.site-icon-preview .favicon{height:16px;right:88px;overflow:hidden;position:absolute;top:16px}.site-icon-preview .favicon{width:16px}.site-icon-preview .browser-title{right:109px;width:72px;white-space:nowrap}.site-icon-preview .app-icon-preview{background-color:#000;border-radius:16px;height:64px;overflow:hidden;width:64px;margin-top:5px}.site-icon-preview .app-icon-preview,.site-icon-preview .favicon{direction:ltr}.customize-control-site_icon .favicon-preview{float:right;margin-left:12px;margin-bottom:0}.customize-control-site_icon .app-icon-preview{margin-top:9px}.site-icon-section button.reset{color:#b32d2e;text-decoration:none;border-color:transparent;box-shadow:none;background:0 0}.site-icon-section button.reset:focus,.site-icon-section button.reset:hover{background:#b32d2e;color:#fff;border-color:#b32d2e;box-shadow:0 0 0 1px #b32d2e}.site-icon-section .action-buttons{display:flex;flex-wrap:wrap;gap:10px}
|
||||
@@ -52,3 +52,25 @@
|
||||
.customize-control-site_icon .app-icon-preview {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
.site-icon-section button.reset {
|
||||
color: #b32d2e;
|
||||
text-decoration: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.site-icon-section button.reset:focus,
|
||||
.site-icon-section button.reset:hover {
|
||||
background: #b32d2e;
|
||||
color: #fff;
|
||||
border-color: #b32d2e;
|
||||
box-shadow: 0 0 0 1px #b32d2e;
|
||||
}
|
||||
|
||||
.site-icon-section .action-buttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
/*! This file is auto-generated */
|
||||
.site-icon-preview .favicon-preview{margin:5px 0 20px;overflow:hidden;position:relative;max-width:180px}.site-icon-preview .browser-title,.site-icon-preview .favicon{height:16px;left:88px;overflow:hidden;position:absolute;top:16px}.site-icon-preview .favicon{width:16px}.site-icon-preview .browser-title{left:109px;width:72px;white-space:nowrap}.site-icon-preview .app-icon-preview{background-color:#000;border-radius:16px;height:64px;overflow:hidden;width:64px;margin-top:5px}.site-icon-preview .app-icon-preview,.site-icon-preview .favicon{direction:ltr}.customize-control-site_icon .favicon-preview{float:left;margin-right:12px;margin-bottom:0}.customize-control-site_icon .app-icon-preview{margin-top:9px}
|
||||
.site-icon-preview .favicon-preview{margin:5px 0 20px;overflow:hidden;position:relative;max-width:180px}.site-icon-preview .browser-title,.site-icon-preview .favicon{height:16px;left:88px;overflow:hidden;position:absolute;top:16px}.site-icon-preview .favicon{width:16px}.site-icon-preview .browser-title{left:109px;width:72px;white-space:nowrap}.site-icon-preview .app-icon-preview{background-color:#000;border-radius:16px;height:64px;overflow:hidden;width:64px;margin-top:5px}.site-icon-preview .app-icon-preview,.site-icon-preview .favicon{direction:ltr}.customize-control-site_icon .favicon-preview{float:left;margin-right:12px;margin-bottom:0}.customize-control-site_icon .app-icon-preview{margin-top:9px}.site-icon-section button.reset{color:#b32d2e;text-decoration:none;border-color:transparent;box-shadow:none;background:0 0}.site-icon-section button.reset:focus,.site-icon-section button.reset:hover{background:#b32d2e;color:#fff;border-color:#b32d2e;box-shadow:0 0 0 1px #b32d2e}.site-icon-section .action-buttons{display:flex;flex-wrap:wrap;gap:10px}
|
||||
@@ -177,12 +177,14 @@ body.js .theme-browser.search-loading {
|
||||
}
|
||||
|
||||
.theme-browser .theme .more-details:focus {
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1;
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
}
|
||||
|
||||
.theme-browser .theme.focus {
|
||||
border-color: #4f94d4;
|
||||
box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
|
||||
border-color: #2271b1;
|
||||
box-shadow: 0 0 0 1px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.theme-browser .theme.focus .more-details {
|
||||
@@ -1587,9 +1589,9 @@ body.full-overlay-active {
|
||||
|
||||
.wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
||||
.wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.wp-full-overlay .collapse-sidebar-label {
|
||||
@@ -1939,7 +1941,6 @@ body.full-overlay-active {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.wp-full-overlay .collapse-sidebar-arrow {
|
||||
background-image: url(../images/arrows-2x.png);
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -176,12 +176,14 @@ body.js .theme-browser.search-loading {
|
||||
}
|
||||
|
||||
.theme-browser .theme .more-details:focus {
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2271b1;
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
}
|
||||
|
||||
.theme-browser .theme.focus {
|
||||
border-color: #4f94d4;
|
||||
box-shadow: 0 0 2px rgba(79, 148, 212, 0.8);
|
||||
border-color: #2271b1;
|
||||
box-shadow: 0 0 0 1px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.theme-browser .theme.focus .more-details {
|
||||
@@ -1586,9 +1588,9 @@ body.full-overlay-active {
|
||||
|
||||
.wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow,
|
||||
.wp-full-overlay .collapse-sidebar:focus .collapse-sidebar-arrow {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.wp-full-overlay .collapse-sidebar-label {
|
||||
@@ -1938,7 +1940,6 @@ body.full-overlay-active {
|
||||
* HiDPI Displays
|
||||
*/
|
||||
@media print,
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.wp-full-overlay .collapse-sidebar-arrow {
|
||||
background-image: url(../images/arrows-2x.png);
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -337,9 +337,9 @@
|
||||
}
|
||||
|
||||
.sidebar-name .handlediv:focus .toggle-indicator:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.sidebar-name h2,
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -336,9 +336,9 @@
|
||||
}
|
||||
|
||||
.sidebar-name .handlediv:focus .toggle-indicator:before {
|
||||
box-shadow:
|
||||
0 0 0 1px #4f94d4,
|
||||
0 0 2px 1px rgba(79, 148, 212, 0.8);
|
||||
box-shadow: 0 0 0 2px #2271b1;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
.sidebar-name h2,
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user