Made the empty list text a configurable item that can be passed to the list generator. If it's not passed in we fall back to the existing string.

This commit is contained in:
Michael Abashian
2016-02-09 16:27:24 -05:00
parent 799426df87
commit 635634b12d
3 changed files with 5 additions and 1 deletions

View File

@@ -260,6 +260,7 @@ table, tbody {
border: 1px solid @list-no-items-bord;
background-color: @list-no-items-bg;
color: @list-no-items-txt;
text-transform: uppercase;
}
.List-editButton--selected {