From 02af1849ec380cecaee5cce5f8159ce290a6f40a Mon Sep 17 00:00:00 2001
From: "michael.daniel" <michael.danielczok@gmail.com>
Date: Fri, 4 Aug 2017 13:17:35 +0200
Subject: [PATCH] =?UTF-8?q?fix:=20appearance:=20none;=20f=C3=A4lschlicherw?=
 =?UTF-8?q?eise=20gesetzt=20auf=20alle=20Inputs.=20Sollte=20nur=20input=20?=
 =?UTF-8?q?type=20submit?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 bin/css/style.css | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/bin/css/style.css b/bin/css/style.css
index bd94c46..163dd2b 100644
--- a/bin/css/style.css
+++ b/bin/css/style.css
@@ -33,7 +33,20 @@ body {
     font-weight: 300;
 }
 
-input, textarea, select,
+input, textarea, select {
+    background: rgba(255, 255, 255, 0.05);
+    border: 2px solid rgba(0, 0, 0, 0.2);
+    border-radius: 0;
+    font-size: 12pt;
+    line-height: 1.75em;
+    letter-spacing: 1px;
+    padding: 10px 16px;
+    margin: 6px 0;
+    outline: none;
+    box-shadow: none;
+}
+
+
 input[type="submit"] {
     background: rgba(255, 255, 255, 0.05);
     border: 2px solid rgba(0, 0, 0, 0.2);
@@ -51,6 +64,7 @@ input[type="submit"] {
     appearance: none;
 }
 
+
 input:focus {
     background: none;
     outline: none;
-- 
GitLab