From b188b238b829b318a43ce45bf5c08dbcc4defab8 Mon Sep 17 00:00:00 2001 From: Pfingstfrosch Date: Thu, 4 Jun 2020 19:24:56 +0200 Subject: [PATCH] Reformat inputs --- app/assets/stylesheets/application.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index b8595d5..30228f8 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -118,4 +118,18 @@ input[type=text], input[type=url], input[type=email], input[type=password], inpu line-height: 25px; font-size: 16px; border: 1px solid #bbb; +} + +input { + background-color: #3F51B5; + border: none; + color: white; + padding: 3px 3px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + margin-right: 0.1em; + font-weight: bolder; + border-radius: 4px; } \ No newline at end of file