26b75e77b3
* use Proxy for `db` * don't merge arrays in deepMerge by default * extract sync and cache from styleMan
13 lines
292 B
CSS
13 lines
292 B
CSS
#incremental-search {
|
|
position: absolute;
|
|
color: transparent;
|
|
border: 1px solid hsla(180, 100%, 50%, .25);
|
|
margin: -1px -2px;
|
|
overflow: hidden;
|
|
resize: none;
|
|
background-color: hsla(180, 100%, 50%, .1);
|
|
box-sizing: content-box;
|
|
pointer-events: none;
|
|
z-index: 2147483647,
|
|
}
|