Repository: ambari Updated Branches: refs/heads/branch-1.6.1 1acfd8607 -> 6a3a6edb5
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/eb460a0b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eb460a0b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eb460a0b Branch: refs/heads/branch-1.6.1 Commit: eb460a0b6a37ab8a61c4e5337cf4fe9cca9f3512 Parents: 1acfd86 Author: Xi Wang <[email protected]> Authored: Tue Jul 1 13:49:57 2014 -0700 Committer: Xi Wang <[email protected]> Committed: Tue Jul 1 17:14:39 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/eb460a0b/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; } }
