From 53d78aa409403e2f5e14179e3ff9586ba6533603 Mon Sep 17 00:00:00 2001 From: Cleiton Floss Date: Wed, 3 Jun 2020 21:15:29 -0400 Subject: [PATCH] Inputs: replace border with a background-color --- src/renderer/components/ft-input/ft-input.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/ft-input/ft-input.css b/src/renderer/components/ft-input/ft-input.css index 4eb90319..c0e9e3fa 100644 --- a/src/renderer/components/ft-input/ft-input.css +++ b/src/renderer/components/ft-input/ft-input.css @@ -15,7 +15,7 @@ font-size: 16px; height: 45px; color: var(--secondary-text-color); - border-bottom: 1px solid var(--secondary-text-color); + background-color: var(--search-bar-color); } .ft-input-component ::-webkit-input-placeholder { @@ -24,7 +24,7 @@ .forceTextColor .ft-input { color: var(--text-with-main-color); - border-bottom: 1px solid var(--text-with-main-color); + background-color: var(--primary-input-color); } .forceTextColor ::-webkit-input-placeholder {