Browse Source

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

Alex Antonenko 9 years ago
parent
commit
0a9df8c8b4
1 changed files with 4 additions and 1 deletions
  1. 4 1
      ambari-web/app/styles/common.less

+ 4 - 1
ambari-web/app/styles/common.less

@@ -354,7 +354,10 @@
   top: 25px;
   top: 25px;
   min-width: 60px;
   min-width: 60px;
   font-size: 14px;
   font-size: 14px;
-  cursor: default;
+  cursor: auto;
+  a {
+    cursor: pointer;
+  }
 }
 }
 
 
 .bootstrap-checkbox {
 .bootstrap-checkbox {