Merge pull request #2696 from bechi/sidebar-color1

change color for sidebar
This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-11 14:18:14 -03:00
commit e973d4cfa0
7 changed files with 26 additions and 29 deletions

View file

@ -271,17 +271,17 @@ a.missing-copayers {
}
.sidebar {
background: #fff;
box-shadow: inset -1px 0px 2px 0px rgba(0,0,0,0.20);
background: #2C3E50;
box-shadow: inset -2px 0px 1px 0px rgba(0,0,0,0.40);
}
.sidebar li {
overflow: hidden;
border-bottom: 1px solid #f1f3f5;
border-bottom: 1px solid #384B5F;
}
.sidebar li.nav-item.selected {
background-color: #f1f3f5;
background-color: #122232;
box-shadow: inset -1px 0px 1px 0px rgba(0,0,0,0.20);
}
@ -291,22 +291,21 @@ a.missing-copayers {
font-size: 20px;
font-weight: 700;
margin-right: 15px;
padding: 0.5rem 0.65rem;
padding: 0.33rem 0.65rem;
line-height: 24px;
text-align: center;
float: left;
width: 40px;
width: 35px;
height: 35px;
border-radius: 3px;
}
.sidebar header {
background-image: -webkit-linear-gradient(bottom, #213140 0%, #2C3E50 100%);
background-image: -o-linear-gradient(bottom, #213140 0%, #2C3E50 100%);
background-image: linear-gradient(to top, #213140 0%, #2C3E50 100%);
width: 100%;
text-align: center;
height: 7rem;
padding: 1.3rem;
padding: 1.7rem;
border-bottom: 1px solid #384B5F;
}
.sidebar header h1 {
@ -325,11 +324,11 @@ a.missing-copayers {
.sidebar ul.off-canvas-list li a {
font-size: 12px;
vertical-align: middle;
font-weight: 300;
border-bottom: transparent;
color: #A5B2BF;
padding: 1rem 0.7rem;
line-height: 155%;
}
.sidebar ul.off-canvas-list li a i {