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; } }