Updated Branches: refs/heads/trunk 477838dcf -> 209a9e97a
AMBARI-2710. Cursor on the Heatmaps page. (Oleg Nechiporenko via srimanth) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/209a9e97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/209a9e97 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/209a9e97 Branch: refs/heads/trunk Commit: 209a9e97a9241576c42f28794b112532dd110cc9 Parents: 477838d Author: Srimanth Gunturi <[email protected]> Authored: Tue Jul 23 12:38:12 2013 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Tue Jul 23 12:38:12 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/209a9e97/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 9d09d86..ef66329 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -3229,6 +3229,17 @@ ul.filter { width: 100%; height: 100%; } + + .dropdown-submenu { + a { + cursor: default; + } + .dropdown-menu { + a { + cursor: pointer; + } + } + } } /*End Heatmap*/
