IE7: Fix quick view icons disappearing

This commit is contained in:
Brian Federle 2012-10-16 14:05:59 -07:00
parent 7ba279597b
commit 58ae1009c6

View File

@ -204,3 +204,6 @@ table th {
.list-view td.quick-view {
}
.quick-view-tooltip .detail-view .detail-group.actions .action.text {
filter:alpha(opacity=100);
}