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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user