Fix tab bar font size.

This commit is contained in:
Gunther Brunner
2015-06-15 22:18:38 +09:00
parent 106307e3e7
commit 8934078708
2 changed files with 7 additions and 1 deletions

View File

@@ -39,7 +39,7 @@
padding: 0 !important;
padding-right: 18px !important;
padding-left: 14px !important;
font-size: 16px;
font-size: 15px;
line-height: 44px;
color: #777777;
/*border-bottom: 1px solid #eee;*/
@@ -57,6 +57,10 @@
/*height: 28px;*/
}
.stf-menu .stf-nav > li > a > span.fa-mobile {
font-size: 30px;
}
.stf-menu .stf-nav > li > a.current {
color: #007aff;
/*border-bottom: 1px solid #eee;*/