diff --git a/css/src/main.css b/css/src/main.css index c86e97e42..bee2b9332 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -147,14 +147,22 @@ header .alt-currency { float: right; background-color: #23C9A9; padding: 19px 12px; + color: #B6E9DF; } -.col3 a.selected, .col3 a.selected:hover { +.col3 a.selected { background-color: #213140; + color: #3C4E60; +} + +.col3 a.selected:hover { + background-color: #213140; + color: #fff; } .col3 a:hover { background-color: #16A085; + color: #fff; } .off-canvas-wrap, .inner-wrap{ @@ -241,10 +249,6 @@ a:hover { line-height: 24px; } -.sidebar a { - color: #fff; -} - .button.small.side-bar { padding: 0rem 0.4rem; } @@ -400,6 +404,7 @@ a.button-setup.add-wallet { width: 125px; font-size: 14px; padding: .3rem 0.7rem; + color: #fff; } a.button-setup.add-wallet:hover { @@ -521,6 +526,14 @@ a.button-setup { color: #fff; } +.name-wallet i { + color: #B6E9DF; +} + +.name-wallet i:hover { + color: #fff; +} + .box-livenet { background: #213140; padding: 0rem 0.5rem 0.2rem; @@ -986,16 +999,25 @@ button.gray:focus, padding: 1.2rem 0.7rem; border-bottom: 1px solid #3A4E61; overflow-y: auto; + height: 160px; +} + +.side-nav.wallets.medium { height: 280px; } -.side-nav.wallets a { - color: #7A8C9E !important; +.side-nav.wallets.large { + height: 380px; +} + +.side-nav.wallets a.wallet-item, +.side-nav.wallets a.wallet-item:hover { + color: #7A8C9E; line-height: 20px; } -.side-nav.wallets p { - color: #AAB1B9 !important; +.side-nav.wallets .type-wallet { + color: #AAB1B9; } .side-nav .wallet-item { @@ -1295,9 +1317,9 @@ a.text-warning:hover {color: #FD7262;} } } -@media (max-height: 480px) { +@media (max-height: 590px) { .side-nav.wallets { - height: 160px; + height: 180px !important; } } diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index 2fd731ea2..3b453feab 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -30,8 +30,7 @@
- @@ -45,15 +44,22 @@
-