From 6d41cdb6083850ca1d2ff8ec69b78968f1d055e3 Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Tue, 31 May 2022 18:55:59 -0700 Subject: [PATCH] search input color change --- src/renderer/style.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/renderer/style.less b/src/renderer/style.less index c65e5afb..cfbf0da3 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -449,13 +449,13 @@ input[type=range].web-slider::-webkit-slider-runnable-track { width: 100%; padding: 6px; border-radius: 6px; - border : 1px solid rgba(100, 100, 100, 0.35); - border-top : 1px solid rgba(100, 100, 100, 0.5); - border-bottom: 1px solid rgb(60 60 60 / 12%); + border: 1px solid rgba(100, 100, 100, 0.35); + border-top: 1px solid rgba(100, 100, 100, 0.5); + border-bottom: 1px solid rgb(60 60 60 / 62%); font-family: inherit; font-size: 14px; - background: rgba(100, 100, 100, 0.25);; - color: rgb(200 200 200); + background: #1e1e1e99; + color: #c8c8c8; font-weight: 500; padding-left: 32px; position: relative;