Repository: zeppelin
Updated Branches:
  refs/heads/master e8cea41c6 -> a13d05a2d


Fix filter icon not displaying problem

### What is this PR for?
Filter icon is not displayed properly due to the css font-family order.

### What type of PR is it?
Bug Fix

### Todos

### What is the Jira issue?

### How should this be tested?
See filter input box in the home page or navbar.

### Screenshots (if appropriate)
[Before]
![before](https://cloud.githubusercontent.com/assets/17305893/20638381/8ee71fb2-b3e9-11e6-9604-4344239d65c3.png)
[After]
![after](https://cloud.githubusercontent.com/assets/17305893/20638382/93b9155e-b3e9-11e6-8dde-534806ec0193.png)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Sangwoo Lee <marchpi...@gmail.com>

Closes #1684 from marchpig/fix-filter-icon and squashes the following commits:

bc92c4e [Sangwoo Lee] Fix filter icon not displaying problem


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/a13d05a2
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/a13d05a2
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/a13d05a2

Branch: refs/heads/master
Commit: a13d05a2dfe0847fbf629d92b103e8468ba7574f
Parents: e8cea41
Author: Sangwoo Lee <marchpi...@gmail.com>
Authored: Sat Nov 26 14:47:22 2016 +0900
Committer: ahyoungryu <ahyoung...@apache.org>
Committed: Tue Nov 29 12:50:30 2016 +0900

----------------------------------------------------------------------
 zeppelin-web/src/app/home/home.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/a13d05a2/zeppelin-web/src/app/home/home.css
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/home/home.css 
b/zeppelin-web/src/app/home/home.css
index 6732215..493d3d8 100644
--- a/zeppelin-web/src/app/home/home.css
+++ b/zeppelin-web/src/app/home/home.css
@@ -172,7 +172,7 @@ a.navbar-brand:hover {
   height: 28px;
   width: 200px;
   font-size: 14px;
-  font-family: 'Helvetica Neue', Helvetica, Arial, 'FontAwesome', sans-serif;
+  font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
 }
 
 .dropdown-submenu {

Reply via email to