fix bottombar contrast
This commit is contained in:
parent
370b1579df
commit
d6b87f8c6c
2 changed files with 32 additions and 37 deletions
|
|
@ -1,8 +1,7 @@
|
|||
<div
|
||||
class="bottom-bar row collapse">
|
||||
<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}"
|
||||
ng-style="{'border-top-color':index.tab==item.link ? index.backgroundColor : ''}">
|
||||
<a ng-click="index.setTab(item.link)" ng-class="{'active': index.tab == item.link}">
|
||||
<i class="size-36 {{item.icon}} db"></i>
|
||||
<div class="size-10 tu">
|
||||
{{item.title|translate}}
|
||||
|
|
@ -14,4 +13,3 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -212,15 +212,15 @@ ul.copayer-list img {
|
|||
}
|
||||
|
||||
.bottombar-item a {
|
||||
color: #7A8C9E;
|
||||
color: #9EA9B3;
|
||||
padding: 0.5rem 0;
|
||||
display: block;
|
||||
border-top: 3px solid #213140;
|
||||
border-top: 3px solid #122232;
|
||||
}
|
||||
|
||||
.bottombar-item a.active {
|
||||
color: #E4E8EC;
|
||||
background-color: #213140;
|
||||
background-color: #122232;
|
||||
}
|
||||
|
||||
.box-founds {
|
||||
|
|
@ -707,6 +707,3 @@ a.pin-button:active {
|
|||
-webkit-transform: translate3d(-100%, 0, 0) !important;
|
||||
transform: translate3d(-100%, 0, 0) !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue