[Frontend] Refinements to Inspector elements, search inputs

open #199
open #279
Treeview indent removed;
Significant refactoring of search classes to generalize
approach to search inputs;
This commit is contained in:
Charles Hacskaylo
2015-11-16 17:20:15 -08:00
parent 966e993c5d
commit a8d563975a
11 changed files with 476 additions and 422 deletions

View File

@@ -122,6 +122,10 @@
.holder-elements {
.current-elements {
position: relative;
.tree-item .t-object-label {
// Elements pool is a flat list, so don't indent items.
left: 0;
}
}
}
}