new style for breadcrumb

This commit is contained in:
Kazhnuz 2018-06-08 01:38:06 +02:00
parent 11388296d5
commit 67797f4673
2 changed files with 7 additions and 1 deletions

2
NEWS
View file

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

View file

@ -252,7 +252,11 @@ a.list-group-item:hover {
/* ------------------ BREADCRUMB ------------------- */ /* ------------------ BREADCRUMB ------------------- */
.breadcrumb { .breadcrumb {
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
border-color:rgba(0,0,0,0.3);
border-width:1px;
background-color:#eeeeec;
margin-bottom:1.2em;
} }
/* ------------------ PARTAGE RESEAUX SOCIAUX ------------------- */ /* ------------------ PARTAGE RESEAUX SOCIAUX ------------------- */