Merge pull request #4065 from node-red/node-help-link

Add link to node help in node edit dialog footer
This commit is contained in:
Nick O'Leary
2023-02-21 14:25:40 +00:00
committed by GitHub
2 changed files with 19 additions and 3 deletions

View File

@@ -87,16 +87,18 @@
padding: 0px 8px;
height: 26px;
line-height: 26px;
&.toggle:not(.selected) {
&.toggle.selected {
color: var(--red-ui-workspace-button-color-selected) !important;
background: var(--red-ui-workspace-button-background-active);
background: var(--red-ui-workspace-button-background) !important;
}
}
.red-ui-tray-footer-left {
display:inline-block;
margin-right: 20px;
float:left;
& :not(:first-child) {
margin-left: 5px
}
}
.red-ui-tray-footer-right {
float: right;