diff --git a/css/src/main.css b/css/src/main.css index f7e1f1dd7..c86e97e42 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -140,7 +140,8 @@ header .alt-currency { float: left; } -.col3 { +.col3 a { + display: block; height: 62px; width: 30px; float: right; @@ -148,14 +149,12 @@ header .alt-currency { padding: 19px 12px; } -.col3:hover { - cursor: pointer; - background-color: #16A085; +.col3 a.selected, .col3 a.selected:hover { + background-color: #213140; } -.col3:active { - cursor: pointer; - background-color: #213140; +.col3 a:hover { + background-color: #16A085; } .off-canvas-wrap, .inner-wrap{ @@ -246,7 +245,6 @@ a:hover { color: #fff; } - .button.small.side-bar { padding: 0rem 0.4rem; } @@ -518,7 +516,7 @@ a.button-setup { .name-wallet { font-size: 14px; - width: 75%; + width: 72%; float: left; color: #fff; } diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index 1e5c17f4e..2fd731ea2 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -1,33 +1,46 @@