You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by co...@apache.org on 2016/05/26 17:56:22 UTC

incubator-zeppelin git commit: Change website menu caret color

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/gh-pages 04a53f49f -> d52eaf1ab


Change website menu caret color

### What is this PR for?
One of the menu from the website has a wrong caret color, this fixed it.

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

### How should this be tested?
You can build the website locally and run it, then check the top menu caret color

### Screenshots
Before:
![screen shot 2016-05-24 at 10 21 29 pm](https://cloud.githubusercontent.com/assets/710411/15528999/6a681ed4-21fe-11e6-86c4-06199a059681.png)

After:
![screen shot 2016-05-24 at 10 21 37 pm](https://cloud.githubusercontent.com/assets/710411/15529003/726b4250-21fe-11e6-9507-556de528ad1b.png)

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

Author: Damien CORNEAU <co...@gmail.com>

Closes #915 from corneadoug/fix/caretColour and squashes the following commits:

cacdca8 [Damien CORNEAU] Change website menu caret color


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

Branch: refs/heads/gh-pages
Commit: d52eaf1abbdd240bfbd99898e8efe4217db3d699
Parents: 04a53f4
Author: Damien CORNEAU <co...@gmail.com>
Authored: Tue May 24 22:23:16 2016 -0700
Committer: Damien CORNEAU <co...@gmail.com>
Committed: Thu May 26 10:56:17 2016 -0700

----------------------------------------------------------------------
 assets/themes/zeppelin/css/style.css | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/d52eaf1a/assets/themes/zeppelin/css/style.css
----------------------------------------------------------------------
diff --git a/assets/themes/zeppelin/css/style.css b/assets/themes/zeppelin/css/style.css
index 35223a4..74cfdab 100644
--- a/assets/themes/zeppelin/css/style.css
+++ b/assets/themes/zeppelin/css/style.css
@@ -27,12 +27,12 @@ body {
  background-color:#3071a9;
 }
 
-.navbar-inverse .navbar-nav > li > a:hover, 
+.navbar-inverse .navbar-nav > li > a:hover,
 .navbar-inverse .navbar-nav > li > a:focus {
   color: #ffffff;
   background-color: #2C6094;
 }
-.navbar-inverse .navbar-nav > li > a.active:hover, 
+.navbar-inverse .navbar-nav > li > a.active:hover,
 .navbar-inverse .navbar-nav > li > a.active:focus {
   text-decoration: none;
   background-color: #265380;
@@ -311,9 +311,11 @@ body {
 .navbar-collapse.collapse {
     max-height: 50px;}
 
-#apache .caret {
+.navbar-inverse .navbar-nav a .caret,
+.navbar-inverse .navbar-nav a:hover .caret {
     margin-left: 4px;
     border-top-color: #FFF;
+    border-bottom-color: #FFF;
 }
 
 .navbar-inverse .navbar-nav > .open > a,
@@ -323,7 +325,7 @@ body {
   background-color: #286090;
 }
 
-/* Custom, iPhone Retina */ 
+/* Custom, iPhone Retina */
 @media only screen and (max-width : 480px) {
   .jumbotron h1 {
     display: none;
@@ -356,7 +358,7 @@ and (max-width : 1024px) {
 
 /* docs dropdown menu */
 #docs {
-    
+
 }
 
 #docs .dropdown-menu {