[outline] Connect search dialog to outline filter box

This commit is contained in:
Nick O'Leary
2020-04-27 15:23:39 +01:00
parent 55a5917282
commit 12dc4ab1fa
4 changed files with 27 additions and 14 deletions

View File

@@ -24,6 +24,13 @@
top: 0px;
border: 1px solid $primary-border-color;
box-shadow: 0 0 10px $shadow;
background: $secondary-background;
.red-ui-searchBox-container {
display: inline-block;
margin-right: 6px;
width: calc(100% - 30px);
}
}
.red-ui-type-search {

View File

@@ -369,7 +369,7 @@ div.red-ui-info-table {
top:0;
bottom: 0;
right: 0px;
padding: 2px 0 0 1px;
padding: 2px 8px 0 1px;
text-align: right;
background: $list-item-background;