making a style element more specific so it doesn't inadvertently apply to the book panel on the pledge page
parent
6ddb6ba4e2
commit
4a63b21124
|
@ -396,7 +396,7 @@ a {
|
|||
background: url("/static/images/checkmark_small.png") left center no-repeat;
|
||||
cursor: default;
|
||||
}
|
||||
.add-wishlist span,
|
||||
.btn_wishlist .add-wishlist span,
|
||||
.add-wishlist-workpage span,
|
||||
.create-account span {
|
||||
background: url("/static/images/booklist/add-wishlist.png") left center no-repeat;
|
||||
|
|
|
@ -149,7 +149,7 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
.add-wishlist span, .add-wishlist-workpage span, .create-account span {
|
||||
.btn_wishlist .add-wishlist span, .add-wishlist-workpage span, .create-account span {
|
||||
background:url("@{image-base}booklist/add-wishlist.png") left center no-repeat;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue