Fix sidebar selector

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-23 12:29:38 -03:00 committed by Matias Alejo Garcia
commit 6af23a995e
2 changed files with 43 additions and 32 deletions

View file

@ -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;
}