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 <[email protected]> Authored: Tue Jul 1 13:49:57 2014 -0700 Committer: Xi Wang <[email protected]> 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; } }
