add more buttons

This commit is contained in:
bechi 2015-05-18 11:51:36 -03:00
commit 1f7e9b2227
8 changed files with 35 additions and 32 deletions

View file

@ -696,7 +696,6 @@ button.black,
.button.black {
background-color: #2C3E50;
color: #fff;
border: 1px solid transparent;
}
/* GRAY */
@ -706,6 +705,10 @@ button.gray,
color: #2C3E50;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
border-color: transparent;
}
button.disabled.black,
button[disabled].black,
.button.disabled.black,

View file

@ -52,7 +52,7 @@ angular.module('copayApp.services')
var config = configService.getSync();
config.colorFor = config.colorFor || {};
var color = config.colorFor[walletId] || '#2C3E50';
var color = config.colorFor[walletId] || '#7A8C9E';
var name = config.aliasFor[walletId] || walletName;
switch (notificationData.type) {