diff --git a/rootfs/standard/var/www/mynode/static/css/mynode_bitcoind_grey.css b/rootfs/standard/var/www/mynode/static/css/mynode_bitcoind_grey.css new file mode 100644 index 000000000..68e00b2dc --- /dev/null +++ b/rootfs/standard/var/www/mynode/static/css/mynode_bitcoind_grey.css @@ -0,0 +1,63 @@ +.bitcoind_search { + width: 600px; + margin: auto; + display: table; + padding: 10px; + vertical-align: middle; +} +.bitcoind_search_input { + width: 480px; + font-size: 20px; + vertical-align: middle; +} +.bitcoind_search_button { + width: 100px; + font-size: 16px; + vertical-align: middle; +} +.bitcoind_search_text { + font-size: 12px; + font-style: italic; + color: #888888; +} + +.bitcoind_error_message { + color: #BB4444; + text-align: center; + font-size: 28px; + font-family: Arial, Helvetica, sans-serif; + padding-top: 20px; +} + +.bitcoind_table { + width: 800px; + margin: auto; + text-align: center; + vertical-align: middle; + font-size: 14px; + font-family: Arial, Helvetica, sans-serif; + border-collapse: collapse; +} +.bitcoind_table_header { + font-size: 16px; + background-color: #FFFFFF; + font-weight: bold; + font-family: Arial, Helvetica, sans-serif; +} + +table.bitcoind_table tbody tr:nth-child(odd) td{ + background-color: #cccbff8a; +} +table.bitcoind_table tbody tr:nth-child(even) td{ + background-color: #f1efff; +} + +table.bitcoind_table td { + padding: 10px; + margin: 0px; + border-top:1px solid #0078d4; +} +.bitcoind_dump_contents { + margin: auto; + width: 600px; +} diff --git a/rootfs/standard/var/www/mynode/static/images/app_icons/alby.jpg b/rootfs/standard/var/www/mynode/static/images/app_icons/alby.jpg new file mode 100644 index 000000000..caba5d3c0 Binary files /dev/null and b/rootfs/standard/var/www/mynode/static/images/app_icons/alby.jpg differ diff --git a/rootfs/standard/var/www/mynode/static/jquery_ui/package.json b/rootfs/standard/var/www/mynode/static/jquery_ui/package.json index e3c846e3a..28f24620e 100644 --- a/rootfs/standard/var/www/mynode/static/jquery_ui/package.json +++ b/rootfs/standard/var/www/mynode/static/jquery_ui/package.json @@ -53,7 +53,7 @@ "dependencies": {}, "devDependencies": { "commitplease": "2.3.0", - "grunt": "0.4.5", + "grunt": "1.5.3", "grunt-bowercopy": "1.2.4", "grunt-cli": "0.1.13", "grunt-compare-size": "0.4.0", diff --git a/rootfs/standard/var/www/mynode/templates/lnd.html b/rootfs/standard/var/www/mynode/templates/lnd.html index 46ce2bf7a..686b28b4c 100644 --- a/rootfs/standard/var/www/mynode/templates/lnd.html +++ b/rootfs/standard/var/www/mynode/templates/lnd.html @@ -602,6 +602,16 @@ BlueWallet Guide + +
+
+ +
Alby
+
+
+ Get Alby +
+
{% endif %} @@ -636,4 +646,4 @@ {% include 'includes/footer.html' %} - \ No newline at end of file +