CSS : aide mis en évidence

This commit is contained in:
Dany wm 2024-01-20 21:39:11 +01:00
parent 67deb6ccfe
commit a8302f114c

View file

@ -3410,4 +3410,12 @@ li.li-active {
z-index: 12;
position: absolute;
height: auto;
}
/**
* Help item in EXTENSION
*/
#help {
background-color:lightgoldenrodyellow;
color:navy !important;
text-decoration: underline;
}