", {class:"red-ui-sidebar-header red-ui-info-toolbar"}).appendTo(container);
searchInput = $('
').appendTo(toolbar).searchBox({
+ style: "compact",
delay: 300,
change: function() {
var val = $(this).val();
diff --git a/packages/node_modules/@node-red/editor-client/src/sass/tab-info.scss b/packages/node_modules/@node-red/editor-client/src/sass/tab-info.scss
index c98bdb6ad..f51622b89 100644
--- a/packages/node_modules/@node-red/editor-client/src/sass/tab-info.scss
+++ b/packages/node_modules/@node-red/editor-client/src/sass/tab-info.scss
@@ -504,18 +504,6 @@ div.red-ui-info-table {
width: calc(100% - 150px);
max-width: 250px;
background: $palette-header-background;
- input.red-ui-searchBox-input {
- border: 1px solid $secondary-border-color;
- border-radius: 3px;
- font-size: 12px;
- height: 26px;
- }
- input:focus.red-ui-searchBox-input {
- border: 1px solid $secondary-border-color;
- }
- i.fa-search, i.fa-times {
- top: 7px;
- }
}
}
diff --git a/packages/node_modules/@node-red/editor-client/src/sass/ui/common/searchBox.scss b/packages/node_modules/@node-red/editor-client/src/sass/ui/common/searchBox.scss
index d0cd631fc..b37e6e5fc 100644
--- a/packages/node_modules/@node-red/editor-client/src/sass/ui/common/searchBox.scss
+++ b/packages/node_modules/@node-red/editor-client/src/sass/ui/common/searchBox.scss
@@ -71,3 +71,14 @@
border-radius: 4px;
}
}
+.red-ui-searchBox-compact {
+ input.red-ui-searchBox-input,input:focus.red-ui-searchBox-input {
+ border: 1px solid $secondary-border-color;
+ border-radius: 3px;
+ font-size: 12px;
+ height: 26px;
+ }
+ i.fa-times,i.fa-search {
+ top: 7px;
+ }
+}
\ No newline at end of file
diff --git a/packages/node_modules/@node-red/nodes/core/common/24-complete.html b/packages/node_modules/@node-red/nodes/core/common/24-complete.html
index e027fe2d7..4efeec382 100644
--- a/packages/node_modules/@node-red/nodes/core/common/24-complete.html
+++ b/packages/node_modules/@node-red/nodes/core/common/24-complete.html
@@ -2,7 +2,8 @@
-