From fbfedebca2119c33ea671cb2766ff642db8ec16f Mon Sep 17 00:00:00 2001 From: shivapoudel Date: Fri, 29 Aug 2014 04:05:26 +0545 Subject: [PATCH] Fix text-decoration issue with notice in themes.php --- assets/css/activation.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/activation.less b/assets/css/activation.less index a80b5668ba8..78ecf6b5c9f 100644 --- a/assets/css/activation.less +++ b/assets/css/activation.less @@ -15,7 +15,7 @@ p.woocommerce-actions, .woocommerce-message { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15); box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15); color: #fff; - text-decoration: none; + text-decoration:none !important; &:hover { background: #bb77ae; border-color: #aa559a;