fixed linkhover fail on images
This commit is contained in:
parent
4910a387d9
commit
43658f48d3
|
@ -389,6 +389,9 @@ table.itemList td.productImage {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
table.itemList td.productImage a:hover {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
table.itemList td.productImage img {
|
table.itemList td.productImage img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 64px;
|
max-height: 64px;
|
||||||
|
|
|
@ -406,6 +406,10 @@ table.itemList {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 64px;
|
max-height: 64px;
|
||||||
|
|
Loading…
Reference in New Issue