Skip to content

Commit

Permalink
General: update colors to match upcoming WP 5.7 color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Feb 24, 2021
1 parent 02b09b7 commit 502383e
Show file tree
Hide file tree
Showing 45 changed files with 89 additions and 89 deletions.
8 changes: 4 additions & 4 deletions projects/packages/jitm/src/css/jetpack-admin-jitm-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ https://github.com/thoughtbot/bourbon
}

.jitm-button:hover {
background: #f1f1f1;
background: #f0f0f1;
border-color: #016087;
color: #016087;
}

.jitm-button[disabled], .jitm-button:disabled {
color: #eeeeee;
color: #f0f0f1;
background: white;
border-color: #eeeeee;
border-color: #f0f0f1;
cursor: default;
}

Expand All @@ -76,7 +76,7 @@ https://github.com/thoughtbot/bourbon
}

.jitm-button.is-compact:disabled {
color: #eeeeee;
color: #f0f0f1;
}

.jitm-button.is-compact .gridicon {
Expand Down
8 changes: 4 additions & 4 deletions projects/packages/jitm/src/css/jetpack-admin-jitm.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions projects/packages/jitm/src/css/jetpack-admin-jitm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ $blue-medium-dark: #0071a1;
appearance: none;
text-align: center;
min-width: 90px;

&:hover {
background: #f1f1f1;
background: #f0f0f1;
border-color: $blue-grey-dark;
color: $blue-grey-dark;
}
Expand Down
4 changes: 2 additions & 2 deletions projects/plugins/beta/admin/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ html {
}

.dops-card-title .dops-card-meta {
color: #aaaaaa;
color: #a7aaad;
float: right;
}

Expand Down Expand Up @@ -548,7 +548,7 @@ button.dops-foldable-card__action {
.dops-foldable-card__header-text {
font-size: 1.125rem;
width: 100%;
color: #23282d;
color: #1d2327;
}

.dops-foldable-card__header-text small {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
&.is-current,
&:visited.is-current,
&:focus.is-current {
color: #23282d;
color: #1d2327;
text-decoration: none;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
appearance: none;

&:hover {
background: #f1f1f1;
background: #f0f0f1;
border-color: $blue-grey-dark;
color: $blue-grey-dark;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import '../../scss/functions/rem';

$title: #f9f9f9;
$meta: #AAAAAA;
$meta: #a7aaad;
$border: #DDDDDD;
$section-border: #DDDDDD;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ input[type=radio] + span {
padding: 10px 12px;
margin: 0;
}

&.floating--floated {
color: #333;
z-index: 0;
Expand All @@ -150,7 +150,7 @@ input[type=radio] + span {

.dops-form-actionbar {
background: #f9f9f9;
color: #aaa;
color: #a7aaad;
padding: 15px 20px 15px 20px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const Popovers = createReactClass( {
lineHeight: `${ width / 3 }px`,
textAlign: 'center',
float: 'left',
backgroundColor: '#eee',
backgroundColor: '#f0f0f1',
border: '1px solid #ddd',
boxSixing: 'border-box',
} }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ $green-dark: #008b1d;

$wpui-gray-light: #f5f5f5;
$wpui-dark-medium-gray: #555d66;
$wpui-header-dark: #23282d;
$wpui-header-dark: #1d2327;
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/extensions/blocks/revue/view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.required {
color: #aaaaaa;
color: #a7aaad;
font-weight: normal;
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 19 additions & 19 deletions projects/plugins/jetpack/modules/carousel/jetpack-carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ div#carousel-reblog-box {
}

#carousel-reblog-box label {
color: #aaa;
color: #a7aaad;
font-size: 11px;
padding-right: 2px;
padding-left: 2px;
Expand All @@ -401,7 +401,7 @@ div#carousel-reblog-box {
font-size: 12px;
font-family: "Helvetica Neue", sans-serif !important;
background: #333;
color: #eee;
color: #f0f0f1;
border: 1px solid #444;
margin-top:5px;
}
Expand All @@ -422,7 +422,7 @@ div#carousel-reblog-box {
clear: none;
padding-left: 2px;
height: 34px;
color: #aaa;
color: #a7aaad;
}

#carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
Expand All @@ -434,20 +434,20 @@ div#carousel-reblog-box {
color: #333;
cursor:pointer;
font-weight: normal;
background: #aaa;
background: -moz-linear-gradient(bottom, #aaa, #ccc);
background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#ccc));
background: #a7aaad;
background: -moz-linear-gradient(bottom, #a7aaad, #ccc);
background: -webkit-gradient(linear, left bottom, left top, from(#a7aaad), to(#ccc));
border: 1px solid #444;
}

#carousel-reblog-box input#carousel-reblog-submit:hover, #jp-carousel-comment-form-button-submit:hover {
background: #ccc;
background: -moz-linear-gradient(bottom, #ccc, #eee);
background: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#eee));
background: -moz-linear-gradient(bottom, #ccc, #f0f0f1);
background: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#f0f0f1));
}

#carousel-reblog-box .canceltext {
color: #aaa;
color: #a7aaad;
font-size: 11px;
line-height: 24px;
}
Expand Down Expand Up @@ -713,7 +713,7 @@ a.jp-carousel-image-download:hover {
textarea#jp-carousel-comment-form-comment-field {
background: rgba(34,34,34,0.9);
border: 1px solid #3a3a3a;
color: #aaa;
color: #a7aaad;
font: 15px/1.4 "Helvetica Neue", sans-serif !important;
width: 100%;
padding: 10px 10px 5px;
Expand Down Expand Up @@ -741,7 +741,7 @@ textarea#jp-carousel-comment-form-comment-field:focus {
}

textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
color: #aaa;
color: #a7aaad;
}

#jp-carousel-comment-form-spinner,
Expand Down Expand Up @@ -802,7 +802,7 @@ textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder
#jp-carousel-comment-form-commenting-as input {
background: rgba(34,34,34,0.9);
border: 1px solid #3a3a3a;
color: #aaa;
color: #a7aaad;
font: 13px/1.4 "Helvetica Neue", sans-serif !important;
padding: 3px 6px;
float: left;
Expand Down Expand Up @@ -981,7 +981,7 @@ textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder
}

.jp-carousel-light div#carousel-reblog-box {
background: #eee;
background: #f0f0f1;
background: -moz-linear-gradient(bottom, #ececec, #f7f7f7);
background: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f7f7f7));
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
Expand All @@ -1006,22 +1006,22 @@ textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder
}

.jp-carousel-light #carousel-reblog-box select {
background: #eee;
background: #f0f0f1;
color: #333;
border: 1px solid #aaa;
border: 1px solid #a7aaad;
}

.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
color: #333;
background: #fff;
background: -moz-linear-gradient(bottom, #ddd, #fff);
background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
border: 1px solid #aaa;
border: 1px solid #a7aaad;
}

.jp-carousel-light .jp-carousel-image-meta {
background: #fafafa;
border: 1px solid #eee;
border: 1px solid #f0f0f1;
border-top-color: #f5f5f5;
border-left-color: #f5f5f5;
color: #333;
Expand All @@ -1041,7 +1041,7 @@ textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder
}

.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
color: #aaa;
color: #a7aaad;
}

.jp-carousel-light #jp-carousel-comment-form-comment-field:focus {
Expand Down Expand Up @@ -1094,7 +1094,7 @@ textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder
}

.jp-carousel-light .jp-carousel-titleanddesc {
border-top: 1px solid #eee;
border-top: 1px solid #f0f0f1;
}

.jp-carousel-light .jp-carousel-fadeaway {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

.fixed .column-comment_likes .comment-like-count:hover {
background-color: #0073aa;
background-color: #2271b1;
}

.fixed .column-comment_likes .vers:before {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
img { border: none; }
label { color: #222; font-weight: bold; display: block; margin-bottom: 4px; }
label.radio { width: auto; margin: -2px 0 0 5px; }
label span.label-required { color: #AAA; margin-left: 4px; font-weight: normal; }
label span.label-required { color: #a7aaad; margin-left: 4px; font-weight: normal; }
td { vertical-align: top; }
select { width: 300px; }
textarea { height: 100px; width: 311px; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#customize-control-wpcom_custom_css_content_width_control .description {
display: block;
margin: 28px 0 0 0;
color: #aaa;
color: #a7aaad;
}

#customize-control-wpcom_custom_css_content_width_control .description strong {
Expand Down Expand Up @@ -85,7 +85,7 @@
}

.css-help a:hover {
color: #0073aa;
color: #2271b1;
background-color: #f3f3f5;
}

Expand All @@ -100,9 +100,9 @@
}

.css-help a:focus {
color: #0073aa;
color: #2271b1;
background-color: #f3f3f5;
border-bottom-color: #0073aa;
border-bottom-color: #2271b1;
box-shadow: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
text-align: center;
}
.widefat .menu-label-row, .widefat .menu-label-row td {
background-color: #eee;
background-color: #f0f0f1;
color: #111;
border: 0 none;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
Expand Down Expand Up @@ -107,4 +107,4 @@
margin: 2px 5px 0 10px;
content: "\f327";
font-size: 10px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#infinite-handle span {
background: #333;
border-radius: 1px;
color: #eee;
color: #f0f0f1;
cursor: pointer;
font-size: 13px;
padding: 6px 16px;
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/modules/likes.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function load_admin_css() {
line-height: 21px;
}
.fixed .column-likes .post-com-count::after { border: none !important; }
.fixed .column-likes .post-com-count:hover { background-color: #0073AA; }
.fixed .column-likes .post-com-count:hover { background-color: #2271b1; }
.fixed .column-likes .vers:before {
font: normal 20px/1 dashicons;
content: '\f155';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}

.jetpack-masterbar #wpadminbar #wp-admin-bar-recovery-mode {
background-color: #ca4a1f;
background-color: #d63638;
color: #fff;
margin-right: 1em;
}
Expand Down
Loading

0 comments on commit 502383e

Please sign in to comment.