Merge pull request #2638 from matiu/feat/gen-addr-anim

Feat/gen addr anim
This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-27 02:09:08 -03:00
commit 5bf0b93089
8 changed files with 40 additions and 516 deletions

View file

@ -1145,11 +1145,13 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
/*/////////////////// SPINNER ////////////////////*/
#history .spinner {
#history .spinner, #receive .spinner {
height: 46px;
}
#history .spinner > div {
#history .spinner > div,
#receive .spinner > div
{
background-color: #7A8C9E;
}