You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/10/23 16:47:18 UTC

[04/50] [abbrv] 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/0a9df8c8
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0a9df8c8
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0a9df8c8

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 0a9df8c8b4ac6502c72c2bc25aa6cf87081bb814
Parents: 2ff2d2f
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:02:35 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/0a9df8c8/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 {