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