mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Set less shadow for nav
This commit is contained in:
parent
5f1f998bac
commit
d0524cafe2
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ body {
|
|||
background: #3071a9;
|
||||
border-bottom: 0px;
|
||||
height: 60px;
|
||||
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
|
||||
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue