new style for breadcrumb
This commit is contained in:
parent
11388296d5
commit
67797f4673
2 changed files with 7 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -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
|
||||||
|
|
|
@ -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 ------------------- */
|
||||||
|
|
Reference in a new issue