search input color change
This commit is contained in:
parent
8c8d3650c4
commit
6d41cdb608
1 changed files with 5 additions and 5 deletions
|
@ -451,11 +451,11 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
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-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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue