Updated Branches: refs/heads/master 7ba279597 -> 58ae1009c
IE7: Fix quick view icons disappearing Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/58ae1009 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/58ae1009 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/58ae1009 Branch: refs/heads/master Commit: 58ae1009c6f049d187319d3818b05c7e20641536 Parents: 7ba2795 Author: Brian Federle <[email protected]> Authored: Tue Oct 16 14:05:59 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Oct 16 14:06:54 2012 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3-ie7.css | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/58ae1009/ui/css/cloudstack3-ie7.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3-ie7.css b/ui/css/cloudstack3-ie7.css index 450deac..114e9c0 100644 --- a/ui/css/cloudstack3-ie7.css +++ b/ui/css/cloudstack3-ie7.css @@ -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); +}
