diff --git a/packages/node_modules/@node-red/editor-client/src/images/grip-horizontal.png b/packages/node_modules/@node-red/editor-client/src/images/grip-horizontal.png new file mode 100644 index 000000000..7bff7b4a2 Binary files /dev/null and b/packages/node_modules/@node-red/editor-client/src/images/grip-horizontal.png differ diff --git a/packages/node_modules/@node-red/editor-client/src/sass/panels.scss b/packages/node_modules/@node-red/editor-client/src/sass/panels.scss index 455aab891..1a15d3c0d 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/panels.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/panels.scss @@ -40,7 +40,7 @@ height: 7px; box-sizing: border-box; cursor: ns-resize; - background: $primary-background url(images/grip.png) no-repeat 50% 50%; + background: $primary-background url(images/grip-horizontal.png) no-repeat 50% 50%; } @@ -70,5 +70,6 @@ width: 7px; display: inline-block; cursor: ew-resize; + background: $primary-background url(images/grip.png) no-repeat 50% 50%; } }