Fix text-decoration issue with notice in themes.php
This commit is contained in:
parent
730563f1c1
commit
fbfedebca2
|
@ -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);
|
-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);
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration:none !important;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: #bb77ae;
|
background: #bb77ae;
|
||||||
border-color: #aa559a;
|
border-color: #aa559a;
|
||||||
|
|
Loading…
Reference in New Issue