Fixes import backup form

This commit is contained in:
Gustavo Cortez 2014-05-15 18:02:21 -03:00
commit 11f18a9d30
4 changed files with 84 additions and 56 deletions

View file

@ -282,3 +282,42 @@ button[disabled].warning:focus,
color: #fff;
}
fieldset legend {
background: #F8F8FB;
}
input.ng-invalid-wallet-secret {
background: #FFB6C1;
}
.dr-notification {
background-color: #2C3E50;
color: #bfe2de;
border: 1px solid rgba(4, 94, 123, 0.85);
}
.dr-notification-close-btn {
background-color: #2C3E50;
color: #adfaff;
border: 1px solid rgba(4, 94, 123, 0.85);
}
.dr-notification-image.dr-notification-type-info {
color: #FFF;
}
.dr-notification-image.dr-notification-type-warning {
color: #FFA226;
}
.dr-notification-image.dr-notification-type-error {
color: #FF4B4F;
}
.dr-notification-image.dr-notification-type-success {
color: #B4D455;
}
.dr-notification-image.success {
color: #B4D455;
}