diff options
Diffstat (limited to 'plugins/jetpack/modules/widgets/simple-payments/customizer.css')
-rw-r--r-- | plugins/jetpack/modules/widgets/simple-payments/customizer.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/jetpack/modules/widgets/simple-payments/customizer.css b/plugins/jetpack/modules/widgets/simple-payments/customizer.css index 48733d51..12278a60 100644 --- a/plugins/jetpack/modules/widgets/simple-payments/customizer.css +++ b/plugins/jetpack/modules/widgets/simple-payments/customizer.css @@ -3,6 +3,14 @@ clear: both; } +.widget-content .jetpack-simple-payments-disabled-error { + background: #fff; + border-left: 4px solid #dc3232; + box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); + margin: 5px 0 15px; + padding: 1px 12px; +} + .widget-content .jetpack-simple-payments-form .invalid { border: 1px solid #dc3232; } |