Various sprint 1 ui fixes

The edit button for the row of the item you are currently editing now stays selected
Projects edit's now refresh correctly
The pagination service now supports queries for users (use username instead of just name)
This commit is contained in:
John Mitchell
2016-01-22 10:12:17 -05:00
parent 6097061f8b
commit e07c2643ee
5 changed files with 29 additions and 9 deletions

View File

@@ -246,3 +246,8 @@ table, tbody {
background-color: @list-no-items-bg;
color: @list-no-items-txt;
}
.List-editButton--selected {
background-color: @list-actn-bg-hov !important;
color: @list-actn-icn-hov;
}