You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/10/21 19:01:31 UTC

[2/3] ambari git commit: AMBARI-13501. Default cursor for export graph data dropdown menus

AMBARI-13501. Default cursor for export graph data dropdown menus


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

Branch: refs/heads/branch-2.1
Commit: 7b949cb576ed8ce25c6dc63c7e57cda72c3917f4
Parents: 9fbe904
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Oct 21 19:16:56 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Oct 21 20:01:22 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/styles/common.less | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7b949cb5/ambari-web/app/styles/common.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/common.less b/ambari-web/app/styles/common.less
index 60b7553..a0252d3 100644
--- a/ambari-web/app/styles/common.less
+++ b/ambari-web/app/styles/common.less
@@ -354,7 +354,10 @@
   top: 25px;
   min-width: 60px;
   font-size: 14px;
-  cursor: default;
+  cursor: auto;
+  a {
+    cursor: pointer;
+  }
 }
 
 .bootstrap-checkbox {