1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-02 07:01:30 -08:00

change background to dots

This commit is contained in:
Mutasem 2021-10-28 15:40:57 +02:00
parent 2011fd688c
commit 74608b2f87
2 changed files with 2 additions and 2 deletions
packages/editor-ui/src

View file

@ -28,7 +28,7 @@ $--badge-warning-color: #6b5900;
// Warning tooltip
$--warning-tooltip-color: #ff8080;
$--custom-node-view-background : #faf9fe;
$--custom-node-view-background : #FDFCFF;
// Table
$--custom-table-background-main: $--custom-header-background;

View file

@ -2686,7 +2686,7 @@ export default mixins(
top: -5000px;
left: -5000px;
background-size: 50px 50px;
background-image: linear-gradient(to right, #eeeefe 1px, transparent 1px), linear-gradient(to bottom, #eeeefe 1px, transparent 1px);
background-image: radial-gradient(circle at 3px 3px, #C5CDD3 3px, transparent 1px);;
}
.move-active {