Merge pull request #324 from bechi/feature/02-item-tx-ns

new style share wallet
This commit is contained in:
Gustavo Maximiliano Cortez 2014-05-09 09:58:44 -03:00
commit c7e076e5b2
3 changed files with 36 additions and 17 deletions

View file

@ -34,7 +34,7 @@
}
body {
background: #F5F5F5;
background: #F8F8FB;
}
.logo {
@ -48,7 +48,7 @@ body {
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
background: #f5f5f5;
background: #F8F8FB;
color: #111;
}
@ -268,7 +268,7 @@ button[disabled].warning:focus,
color: #E6E6E6;
}
.text-gray { color: #999;}
.text-gray { color: #999 !important;}
#footer {
background: #2C3E50;