Browse Source

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

Yusaku Sako 11 years ago
parent
commit
61f6219be1
1 changed files with 5 additions and 0 deletions
  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;
     }