search input color change

This commit is contained in:
booploops 2022-05-31 18:55:59 -07:00
parent 8c8d3650c4
commit 6d41cdb608

View file

@ -451,11 +451,11 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
border-radius: 6px; border-radius: 6px;
border: 1px solid rgba(100, 100, 100, 0.35); border: 1px solid rgba(100, 100, 100, 0.35);
border-top: 1px solid rgba(100, 100, 100, 0.5); border-top: 1px solid rgba(100, 100, 100, 0.5);
border-bottom: 1px solid rgb(60 60 60 / 12%); border-bottom: 1px solid rgb(60 60 60 / 62%);
font-family: inherit; font-family: inherit;
font-size: 14px; font-size: 14px;
background: rgba(100, 100, 100, 0.25);; background: #1e1e1e99;
color: rgb(200 200 200); color: #c8c8c8;
font-weight: 500; font-weight: 500;
padding-left: 32px; padding-left: 32px;
position: relative; position: relative;