diff --git a/assets/styles/style.css b/assets/styles/style.css index d72408a..ce2a70d 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -1,5 +1,7 @@ html { color: #aaa; + font-family: 'Roboto', sans-serif; + -webkit-font-smoothing: antialiased; } /* hide / show the body when the loader is finished */ @@ -98,19 +100,22 @@ body.pg-loaded > .inner { #sumBalance { float: right; - font-weight: bold; line-height: 38px; margin-right: 10px; } .modalBody { margin: 20px; + color: #333; } #dlgGeneralError .modalBody { - height: 100px; + height: 100px; } +#dlgGeneralConfirm .modalBody { + height: 100px; +} #dlgDeleteAddressConfirm .modalBody { height: 100px; } @@ -135,6 +140,10 @@ body.pg-loaded > .inner { background-color: #333; } +#dlgAddressList .modalBody { + color: #aaa; +} + .btn-dialog-confirm { position: absolute; bottom: 10px; @@ -240,6 +249,12 @@ div.sidebar svg { padding-left: 20px; } +#addressList th { + color: #ccc; + font-size: 1.1em; + font-weight: normal; +} + .sendTXInfo { height: 30px; } @@ -307,12 +322,11 @@ div.sidebar svg { background-color: #aaa; } -.sumBalance { - color: white; - background-color: #7A1336; - border: 2px solid #991643; - border-radius: 10px; - padding: 5px; +.sumDollars, +.sumBalance, +.sumCurrency { + color: #ccc; + margin-right: 5px; } .cleanText { diff --git a/assets/styles/transactions.css b/assets/styles/transactions.css index 6af2955..05cefad 100644 --- a/assets/styles/transactions.css +++ b/assets/styles/transactions.css @@ -66,7 +66,9 @@ table.dataTable { */ } table.dataTable thead th, table.dataTable tfoot th { - font-weight: bold; } + color: #ccc; + font-size: 1.1em; + font-weight: normal; } table.dataTable thead th, table.dataTable thead td { padding: 10px 18px; diff --git a/assets/templates/addressBook.html b/assets/templates/addressBook.html index 9aecc91..50157b8 100644 --- a/assets/templates/addressBook.html +++ b/assets/templates/addressBook.html @@ -18,7 +18,7 @@