1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-04 00:42:48 +02:00

Page comptes orphelins & menu déroulant

This commit is contained in:
galaxyoyo
2019-09-28 01:14:08 +02:00
parent 7ad974c304
commit 81bb33cc8e
6 changed files with 113 additions and 16 deletions

View File

@ -6,3 +6,20 @@
height: var(--navbar-height);
display: block;
}
ul .deroule {
display: none;
position: absolute;
background: #f8f9fa !important;
list-style-type: none;
padding: 20px;
z-index: 42;
}
li:hover ul.deroule {
display:block;
}
a.nav-link:hover {
background-color: #d8d9da;
}