You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by xi...@apache.org on 2014/07/02 02:13:33 UTC

[2/2] git commit: AMBARI-6345. active host table column CSS cleanup.(xiwang)

AMBARI-6345. active host table column CSS cleanup.(xiwang)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d1769ff0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d1769ff0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d1769ff0

Branch: refs/heads/trunk
Commit: d1769ff0cb4470a696cd0da72d0f9237a9e08b0c
Parents: 79fddb7
Author: Xi Wang <xi...@apache.org>
Authored: Tue Jul 1 13:49:57 2014 -0700
Committer: Xi Wang <xi...@apache.org>
Committed: Tue Jul 1 17:12:59 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/styles/application.less | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d1769ff0/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 81293c3..424681b 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -3271,9 +3271,7 @@ table.graphs {
         color: #555555;
         text-decoration: none;
         background-color: #e5e5e5;
-        -webkit-box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
-        -moz-box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
-        box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
+        border-radius: 0px;
       }
     }
 
@@ -4460,9 +4458,7 @@ ul.filter {
         color: #555555;
         text-decoration: none;
         background-color: #e5e5e5;
-        -webkit-box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
-        -moz-box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
-        box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.100);
+        border-radius: 0px;
       }
     }