diff --git a/css/main.css b/css/main.css index fb89f1cf6..769cc64ab 100644 --- a/css/main.css +++ b/css/main.css @@ -198,7 +198,7 @@ a:hover { } .button.small.side-bar { - padding: 0.2rem 0.4rem; + padding: 0rem 0.4rem; } .waiting { @@ -846,6 +846,20 @@ button[disabled].black:focus, color: #E6E6E6; } +/* GRAY */ +button.gray, +.button.gray { + background-color: #A9B2B8; + color: #2C3E50; +} +button.gray:hover, +button.gray:focus, +.button.gray:hover, +.button.gray:focus { + background-color: #E0E5E5; + color: #2C3E50; +} + .side-nav {padding: 0;} .side-nav li { diff --git a/views/includes/peer-list.html b/views/includes/peer-list.html index 190b47814..4adcce3bf 100644 --- a/views/includes/peer-list.html +++ b/views/includes/peer-list.html @@ -1,7 +1,7 @@

- + Copayers {{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}} diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index 929126c42..29f00ed44 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -1,25 +1,25 @@
-
- - - -
- v{{version}} - LIVENET - TESTNET +
+
+ + + +
+ v{{version}} + LIVENET + TESTNET +
-