From 819f9d431e2a00a1050473eb04319b6e47e1c73a Mon Sep 17 00:00:00 2001
From: Stas Vilchik <vilchiks@gmail.com>
Date: Tue, 13 Sep 2016 10:48:08 +0200
Subject: improve styles of encrypted value and server id inputs

---
 server/sonar-web/src/main/less/init/forms.less | 11 +++++++++++
 1 file changed, 11 insertions(+)

(limited to 'server/sonar-web/src/main/less')

diff --git a/server/sonar-web/src/main/less/init/forms.less b/server/sonar-web/src/main/less/init/forms.less
index 384455b0b98..e67f6f56c12 100644
--- a/server/sonar-web/src/main/less/init/forms.less
+++ b/server/sonar-web/src/main/less/init/forms.less
@@ -254,6 +254,17 @@ textarea.input-super-large {
   min-width: 300px;
 }
 
+.input-clear {
+  padding: 0 !important;
+  border: none !important;
+  background-color: transparent !important;
+}
+
+.input-code {
+  font-family: @monoFontFamily;
+  font-size: @monoFontSize;
+}
+
 em.mandatory {
   color: #990000;
   font-style: italic;
-- 
cgit v1.2.3