소스 검색

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

Alex Antonenko 9 년 전
부모
커밋
0a9df8c8b4
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      ambari-web/app/styles/common.less

+ 4 - 1
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 {