Add command prompt dialog

This commit is contained in:
Nick O'Leary
2019-06-07 11:29:18 +01:00
parent 8cf5ec9e5a
commit ffeb2e91f4
7 changed files with 247 additions and 3 deletions

View File

@@ -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;
}