mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
[outline] Connect search dialog to outline filter box
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user