[Autocomplete] Show warning icon if invalid option was typed

This commit is contained in:
Dhrubomoy Das Gupta
2017-06-21 22:35:32 -04:00
parent 504b2e1ecf
commit 307320b3ff
4 changed files with 17 additions and 0 deletions

View File

@@ -329,6 +329,13 @@ textarea.lg { position: relative; height: 300px; }
color: $colorInspectorSectionHeaderFg;
}
}
.autocompleteWarning {
color: $colorFormInvalid;
position: absolute;
font-size: 11px;
left: 235px;
bottom: 7px;
}
}
/******************************************************** OBJECT-HEADER */