Change menu icon to standard foundation icon

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-02 16:32:49 -03:00
parent cdabbc7cbb
commit b2f6aea281
2 changed files with 3 additions and 2 deletions

View File

@ -280,7 +280,7 @@
border-left: none;
}
.right-small a {
.right-small a, .left-small a {
color: white;
}

View File

@ -85,7 +85,8 @@
<div ng-controller="SidebarController" ng-show="$root.iden && !$root.hideNavigation && !$root.wpInputFocused">
<nav class="tab-bar">
<section class="left-small">
<a href class="menu-icon" ng-click="openMenu()"><span></span></a>
<a class="p10"
ng-click="openMenu()"><i class="fi-list size-24"></i></a>
</section>
<section class="right-small"