From 508ac95ed0fc0f9a03f038ef6952276dfb7ac191 Mon Sep 17 00:00:00 2001
From: asy-nr4-u1 <jan-michael.loehlein@hs-hannover.de>
Date: Wed, 24 Apr 2019 12:12:54 +0200
Subject: [PATCH] Fix dev input in some weird cases

---
 ssoauth/templates/ssoauth/dev.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ssoauth/templates/ssoauth/dev.html b/ssoauth/templates/ssoauth/dev.html
index 2602c2d..4409f03 100644
--- a/ssoauth/templates/ssoauth/dev.html
+++ b/ssoauth/templates/ssoauth/dev.html
@@ -11,6 +11,7 @@
         .disabled {opacity: 0.60; filter: grayscale(100%); pointer-events: none !important;}
         .button-narrow {padding-left: 1em; padding-right: 1em;}
         .message {padding: 0.2em 0.5em; border: 1px solid rgba(127,127,127,0.5); border-radius: 4px; background-color: rgba(127,127,127,0.05); display: inline-block;}
+        input {color: #444;}
     </style>
 </head>
 <body>
-- 
GitLab