new style for navbar

This commit is contained in:
Kazhnuz 2018-06-08 01:38:47 +02:00
parent 67797f4673
commit f8063d59c3
2 changed files with 9 additions and 8 deletions

2
NEWS
View File

@ -24,6 +24,8 @@
- New style for breadcrumb
- New style for navbar
- New Palette based on a work by Tobias Bernard for the Fractal application
- Color that aren't based on semantics

View File

@ -41,16 +41,15 @@ header h1 {
}
.navbar {
border-radius:0px;
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.1);
border-width:0px;
border-bottom:1px;
border-style:solid;
border-color:rgba(0,0,0,0.3)
}
.navbar .container .navbar-brand {
margin-left: 0px;
}
.navbar-brand img {
display:inline;
.dropdown-menu {
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
}