浏览代码

AMBARI-3624. Make text area for SSH key code font on Install / Add Hosts. (Jeff Sposetti via yusaku)

Yusaku Sako 11 年之前
父节点
当前提交
61f6219be1
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      ambari-web/app/styles/application.less

+ 5 - 0
ambari-web/app/styles/application.less

@@ -351,6 +351,11 @@ h1 {
     .ssh-key-input-indentation {
       margin-bottom: 5px;
     }
+    #sshKey {
+      color: #000000;
+      font-family: "Courier New","courier";
+      font-size: 0.9em;
+    }
     input[type="radio"]:focus {
       outline: none;
     }