[-] BO : #PSCFI-4696 - Blocklayered : option "Hide filter values with no product is matching" does'nt work

// + Fix bug with IE8 and not unselectable color filter

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13182 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-09 15:15:18 +00:00
parent 5f95dda75d
commit 3409de12d3
5 changed files with 136 additions and 35 deletions
+5
View File
@@ -107,6 +107,11 @@
padding:0;
border: 1px solid #666;
}
#layered_block_left .color-option.disable {
opacity: 0.5;
filter:alpha(opacity=50);
-moz-opacity:0.5;
}
#layered_form .color-option.on {
border: 1px solid red;
}