mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add command prompt dialog
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
.red-ui-search-result-description {
|
||||
.red-ui-search-result-node-description {
|
||||
margin-left: 40px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
@@ -193,3 +193,12 @@
|
||||
font-style: italic;
|
||||
color: $form-placeholder-color;
|
||||
}
|
||||
|
||||
.red-ui-search-result-action {
|
||||
color: $primary-text-color;
|
||||
}
|
||||
.red-ui-search-result-action-key {
|
||||
float:right;
|
||||
margin-right: 10px;
|
||||
color: $tertiary-text-color;
|
||||
}
|
||||
|
Reference in New Issue
Block a user