fix bottombar contrast

This commit is contained in:
bechi 2015-04-24 11:47:35 -03:00
commit d6b87f8c6c
2 changed files with 32 additions and 37 deletions

View file

@ -1,17 +1,15 @@
<div <div
class="bottom-bar row collapse"> class="bottom-bar row collapse">
<div class="medium-3 small-3 columns text-center bottombar-item" ng-repeat="item in index.menu"> <div class="medium-3 small-3 columns text-center bottombar-item" ng-repeat="item in index.menu">
<a ng-click="index.setTab(item.link)" ng-class="{'active': index.tab == item.link}" <a ng-click="index.setTab(item.link)" ng-class="{'active': index.tab == item.link}">
ng-style="{'border-top-color':index.tab==item.link ? index.backgroundColor : ''}"> <i class="size-36 {{item.icon}} db"></i>
<i class="size-36 {{item.icon}} db"></i>
<div class="size-10 tu"> <div class="size-10 tu">
{{item.title|translate}} {{item.title|translate}}
<span <span
class="label alert round" class="label alert round"
ng-if="item.link=='walletHome' && index.pendingTxProposalsCountForUs > 0">{{index.pendingTxProposalsCountForUs}}</span> ng-if="item.link=='walletHome' && index.pendingTxProposalsCountForUs > 0">{{index.pendingTxProposalsCountForUs}}</span>
</div> </div>
</a> </a>
</div> </div>
</div> </div>

View file

@ -39,14 +39,14 @@ body, div, .row {
/* END disabling text selection */ /* END disabling text selection */
.inner-wrap { .inner-wrap {
-webkit-transition-duration: 250ms; -webkit-transition-duration: 250ms;
transition-duration: 250ms; transition-duration: 250ms;
} }
body { body {
overflow: hidden; overflow: hidden;
-ms-content-zooming: none; -ms-content-zooming: none;
} }
/* Fix IE 10 */ /* Fix IE 10 */
.extra-margin-bottom { .extra-margin-bottom {
@ -121,7 +121,7 @@ _:-ms-fullscreen, :root .main {
left: -5px; left: -5px;
height: 45px; height: 45px;
top: 0px; top: 0px;
} }
.tab-bar .text-back { .tab-bar .text-back {
margin-left: 26px; margin-left: 26px;
@ -169,7 +169,7 @@ _:-ms-fullscreen, :root .main {
} }
.off-canvas-wrap,.inner-wrap{ .off-canvas-wrap,.inner-wrap{
height:100%; height:100%;
} }
.walletHome { .walletHome {
@ -212,15 +212,15 @@ ul.copayer-list img {
} }
.bottombar-item a { .bottombar-item a {
color: #7A8C9E; color: #9EA9B3;
padding: 0.5rem 0; padding: 0.5rem 0;
display: block; display: block;
border-top: 3px solid #213140; border-top: 3px solid #122232;
} }
.bottombar-item a.active { .bottombar-item a.active {
color: #E4E8EC; color: #E4E8EC;
background-color: #213140; background-color: #122232;
} }
.box-founds { .box-founds {
@ -261,7 +261,7 @@ a.missing-copayers {
.footer-setup { .footer-setup {
margin-bottom: 50px; margin-bottom: 50px;
} }
.label { .label {
font-size: 70%; font-size: 70%;
@ -282,7 +282,7 @@ a.missing-copayers {
.sidebar li.nav-item.selected { .sidebar li.nav-item.selected {
background-color: #f1f3f5; background-color: #f1f3f5;
box-shadow: inset -1px 0px 1px 0px rgba(0,0,0,0.20); box-shadow: inset -1px 0px 1px 0px rgba(0,0,0,0.20);
} }
.sidebar .avatar-wallet, .payment-uri .avatar-wallet { .sidebar .avatar-wallet, .payment-uri .avatar-wallet {
background-color: #2C3E50; background-color: #2C3E50;
@ -344,8 +344,8 @@ a.missing-copayers {
line-height: 24px; line-height: 24px;
} }
/* /*
* Remove all vendors hover / shadow / fade * Remove all vendors hover / shadow / fade
*/ */
.tooltip { .tooltip {
@ -432,7 +432,7 @@ a.pin-button:active {
} }
.tx-comment { .tx-comment {
border-top: 1px solid #eee; border-top: 1px solid #eee;
padding-top: 10px; padding-top: 10px;
margin-top: 10px; margin-top: 10px;
} }
@ -563,17 +563,17 @@ a.pin-button:active {
padding-bottom: 20px; padding-bottom: 20px;
} }
.modal.fade, .modal.fade,
.reveal-modal.fade { .reveal-modal.fade {
opacity: 1; opacity: 1;
} }
.modal.fade .modal-dialog, .modal.fade .modal-dialog,
.modal.in .modal-dialog, .modal.in .modal-dialog,
.reveal-modal-bg, .reveal-modal-bg,
.reveal-modal-bg .fade .in, .reveal-modal-bg .fade .in,
.reveal-modal, .reveal-modal,
.reveal-modal .fade, .reveal-modal .fade,
.reveal-modal .fade .out, .reveal-modal .fade .out,
.reveal-modal .fade .in { .reveal-modal .fade .in {
-webkit-transition: none !important; -webkit-transition: none !important;
@ -641,12 +641,12 @@ a.pin-button:active {
color: #B7C2CD; color: #B7C2CD;
} }
:-ms-input-placeholder { :-ms-input-placeholder {
color: #B7C2CD; color: #B7C2CD;
} }
.animation-left.ng-enter, .animation-left.ng-leave, .animation-left.ng-enter, .animation-left.ng-leave,
.animation-right.ng-enter, .animation-right.ng-leave { .animation-right.ng-enter, .animation-right.ng-leave {
-webkit-transition: all ease-in-out 250ms; -webkit-transition: all ease-in-out 250ms;
transition: all ease-in-out 250ms; transition: all ease-in-out 250ms;
} }
@ -668,7 +668,7 @@ a.pin-button:active {
-webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
} }
.animation-left.ng-leave, .animation-left.ng-leave,
.animation-right.ng-leave { .animation-right.ng-leave {
-webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);
@ -691,7 +691,7 @@ a.pin-button:active {
-webkit-transform: translate3d(-100%, 0, 0); -webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
width:100%; width:100%;
position: absolute; position: absolute;
top: 46px; top: 46px;
bottom: 70px; bottom: 70px;
overflow: auto; overflow: auto;
@ -707,6 +707,3 @@ a.pin-button:active {
-webkit-transform: translate3d(-100%, 0, 0) !important; -webkit-transform: translate3d(-100%, 0, 0) !important;
transform: translate3d(-100%, 0, 0) !important; transform: translate3d(-100%, 0, 0) !important;
} }