summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/widgets/simple-payments/customizer.css')
-rw-r--r--plugins/jetpack/modules/widgets/simple-payments/customizer.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/jetpack/modules/widgets/simple-payments/customizer.css b/plugins/jetpack/modules/widgets/simple-payments/customizer.css
index 12278a60..f5d8c257 100644
--- a/plugins/jetpack/modules/widgets/simple-payments/customizer.css
+++ b/plugins/jetpack/modules/widgets/simple-payments/customizer.css
@@ -12,7 +12,7 @@
}
.widget-content .jetpack-simple-payments-form .invalid {
- border: 1px solid #dc3232;
+ border: 1px solid #d63638;
}
.widget-content .jetpack-simple-payments-form .cost label {
@@ -25,7 +25,7 @@
}
.widget-content .jetpack-simple-payments-image-fieldset .placeholder {
- border: 1px dashed #b4b9be;
+ border: 1px dashed #c3c4c7;
box-sizing: border-box;
cursor: pointer;
line-height: 20px;
@@ -46,7 +46,7 @@
.widget-content .jetpack-simple-payments-image img {
max-width: 100%;
box-sizing: border-box;
- border: 1px dashed #b4b9be;
+ border: 1px dashed #c3c4c7;
padding: 4px;
height: auto;
cursor: pointer;
@@ -76,5 +76,5 @@
.widget-content .button-link:disabled,
.widget-content .button-link:hover[disabled] {
- color: #a0a5aa;
+ color: #a7aaad;
}