Fix text-decoration issue with notice in themes.php

This commit is contained in:
shivapoudel 2014-08-29 04:05:26 +05:45
parent 730563f1c1
commit fbfedebca2
1 changed files with 1 additions and 1 deletions

View File

@ -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;