From 329240e4f3ccd88ed383bd613c1168e698a103cd Mon Sep 17 00:00:00 2001 From: Remi Corson Date: Mon, 23 Feb 2015 17:47:57 +0100 Subject: [PATCH] Fixed email style color var --- templates/emails/email-styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/emails/email-styles.php b/templates/emails/email-styles.php index 139579b3940..39b51b074f7 100644 --- a/templates/emails/email-styles.php +++ b/templates/emails/email-styles.php @@ -33,7 +33,7 @@ $text_lighter_20 = wc_hex_lighter( $text, 20 ); #template_container { box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important; background-color: ; - border: 1px solid $bg_darker_10; + border: 1px solid ; border-radius: 3px !important; }