Searching icons and spinner fix

New: Manual search has its own icon on series details instead of a dropdown
Fixed: Automatic search icon will spin showing activity
This commit is contained in:
Mark McDowall
2014-09-05 08:28:58 -07:00
parent 3a287bf7e7
commit 86ef30480f
7 changed files with 37 additions and 57 deletions

View File

@@ -190,4 +190,8 @@
.icon-nd-health-error:before {
.icon(@exclamation-sign);
color : @brand-danger;
}
}
.icon-nd-manual-search:before {
.icon(@male);
}