From cf0422731c68fa3d11e34f4d6c4bdabb15fbe81a Mon Sep 17 00:00:00 2001 From: Pfingstfrosch Date: Thu, 4 Jun 2020 20:14:09 +0200 Subject: [PATCH] fix input styling --- app/assets/stylesheets/application.css | 7 ++++--- app/assets/stylesheets/favorites.scss | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 30228f8..cd97425 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -121,9 +121,10 @@ input[type=text], input[type=url], input[type=email], input[type=password], inpu } input { - background-color: #3F51B5; - border: none; - color: white; + background-color: white; + border: solid #3F51B5; + border-width: 1px; + color: #3F51B5; padding: 3px 3px; text-align: center; text-decoration: none; diff --git a/app/assets/stylesheets/favorites.scss b/app/assets/stylesheets/favorites.scss index 89c7057..2197538 100644 --- a/app/assets/stylesheets/favorites.scss +++ b/app/assets/stylesheets/favorites.scss @@ -43,6 +43,7 @@ -webkit-text-fill-color: #ffffff; background-color: #ff1919; border-radius: 4px; + border-color: #ff1919; } }