Simplified FindBar.css
This commit is contained in:
parent
276f0c4a40
commit
15d7043f9d
@ -7,15 +7,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.root {
|
.root {
|
||||||
|
flex: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: var(--backgroundColor);
|
background-color: var(--backgroundColor);
|
||||||
padding: 1px 0;
|
padding: 5px;
|
||||||
margin: 4px auto;
|
|
||||||
}
|
}
|
||||||
.inputArea {
|
.inputArea {
|
||||||
display: table;
|
display: table;
|
||||||
width: calc(100% - 10px);
|
width: 100%;
|
||||||
margin: 5px;
|
|
||||||
color: var(--foregroundColor);
|
color: var(--foregroundColor);
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid var(--textFieldBorderColor);
|
border: 1px solid var(--textFieldBorderColor);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user