gestion du menu grouppage
This commit is contained in:
parent
3f1eab00ad
commit
4b038e8c56
|
@ -175,6 +175,11 @@ body {
|
||||||
border-radius: 6px 0 6px 6px;
|
border-radius: 6px 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||||
|
background-color: #cdcdcd;
|
||||||
|
border-color: #cdcdcd;
|
||||||
|
}
|
||||||
|
|
||||||
/*== SIDEBAR ============================================================================================================================================*/
|
/*== SIDEBAR ============================================================================================================================================*/
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
|
Loading…
Reference in New Issue