You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/10/16 23:07:00 UTC

git commit: IE7: Fix quick view icons disappearing

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 <br...@citrix.com>
Authored: Tue Oct 16 14:05:59 2012 -0700
Committer: Brian Federle <br...@citrix.com>
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);
+}