8,960
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 85: | Line 85: | ||
     overflow: hidden;  |      overflow: hidden;  | ||
     border-radius: 10px 10px 0px 0px;  |      border-radius: 10px 10px 0px 0px;  | ||
}  | |||
.vector-search-box-input {  | |||
    background-color: rgb(221 215 204 / 93%);  | |||
    color: #010101;  | |||
    width: 100%;  | |||
    height: 2.15384615em;  | |||
    box-sizing: border-box;  | |||
    border: 1px solid #a2a9b1;  | |||
    border-radius: 2px;  | |||
    padding: 5px 2.15384615em 5px 0.4em;  | |||
    box-shadow: inset 0 0 0 1px transparent;  | |||
    font-family: inherit;  | |||
    font-size: 0.8125em;  | |||
    direction: ltr;  | |||
    transition-property: border-color, box-shadow;  | |||
    transition-duration: 250ms;  | |||
    -webkit-appearance: none;  | |||
    -moz-appearance: textfield;  | |||
}  | }  | ||