Change top-bar color

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-01 17:16:39 -03:00
commit 0c06a3d460
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
17 changed files with 60 additions and 76 deletions

View file

@ -90,13 +90,11 @@ _:-ms-fullscreen, :root .main {
}
.tab-bar {
background: #FFFFFF;
background-color: #4B6178;
z-index: 5;
border-bottom: 1px solid #E9E9EC;
}
.tab-bar h1 {
color: #7A8C9E;
font-weight: 500;
font-size: 14px;
}
@ -119,6 +117,10 @@ _:-ms-fullscreen, :root .main {
border-left: none;
}
.right-small a, .left-small a {
color: #FFFFFF;
}
.tab-bar .icon-back {
font-size: 2.5rem;
position: absolute;
@ -220,6 +222,19 @@ _:-ms-fullscreen, :root .main {
overflow: hidden;
}
.camera-icon a {
color: #fff;
display: block;
position: absolute;
background: #333;
border: 1px solid #666;
padding: 15px 17px;
border-radius: 100%;
top: -43px;
right: 15px;
opacity: 0.7;
}
.copayers {
position: relative;
padding: 0;
@ -247,12 +262,6 @@ ul.copayer-list img {
background-color: #213140;
}
.right-small a, .left-small a {
color: #A5B2BF;
}
a.missing-copayers {
bottom: -34px;
text-align: center;