Merge pull request #649 from cmgustavo/bug/bitpay-card-tx-list

Ref BitPay Card TX list
This commit is contained in:
Matias Alejo Garcia 2016-10-22 07:20:40 -03:00 committed by GitHub
commit 3a7e45bab1
4 changed files with 48 additions and 21 deletions

View file

@ -401,6 +401,14 @@ input[type=number] {
font-weight: 700;
}
.text-gray {
color: gray;
}
.text-italic {
font-style: italic;
}
.no-border {
border-style: none;
background-color: transparent !important;

View file

@ -34,4 +34,7 @@
padding: 0;
width: 100%;
}
.item-select select {
color: #667;
}
}