diff --git a/public/include/smarty_globals.inc.php b/public/include/smarty_globals.inc.php index e11fdea4..a304031c 100644 --- a/public/include/smarty_globals.inc.php +++ b/public/include/smarty_globals.inc.php @@ -85,6 +85,7 @@ $aGlobal = array( 'price' => $config['price'], 'targetdiff' => $config['difficulty'], 'currency' => $config['currency'], + 'exchangeurl' => $config['price']['url'], 'txfee_manual' => $config['txfee_manual'], 'txfee_auto' => $config['txfee_auto'], 'payout_system' => $config['payout_system'], diff --git a/public/site_assets/bootstrap/css/mpos.css b/public/site_assets/bootstrap/css/mpos.css index cc315ec9..0d2c1650 100644 --- a/public/site_assets/bootstrap/css/mpos.css +++ b/public/site_assets/bootstrap/css/mpos.css @@ -459,6 +459,10 @@ span.spark-25 { color: rgba(255, 255, 255, 0.7); } +.text-link { + color: #FFFFFF; +} + p.up { margin: -5px 0px -8px; } diff --git a/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl b/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl index e180bf7d..e2bad762 100644 --- a/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl +++ b/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl @@ -90,7 +90,7 @@
- +