Simplified FindBar.css

This commit is contained in:
Andrey Okonetchnikov 2016-09-15 18:54:47 +02:00
parent 276f0c4a40
commit 15d7043f9d

View File

@ -7,15 +7,14 @@
}
.root {
flex: 1;
position: relative;
background-color: var(--backgroundColor);
padding: 1px 0;
margin: 4px auto;
padding: 5px;
}
.inputArea {
display: table;
width: calc(100% - 10px);
margin: 5px;
width: 100%;
color: var(--foregroundColor);
background-color: #fff;
border: 1px solid var(--textFieldBorderColor);