adds c4_linkList and additional styling to the LvUebersicht Menu

This commit is contained in:
SimonGschnell
2024-07-12 16:14:20 +02:00
parent 1614771150
commit 14df81cbfb
3 changed files with 313 additions and 323 deletions
+8 -11
View File
@@ -34,16 +34,13 @@
cursor: move;
}
.lvUebersichtMenuPunkt{
position: relative;
}
.lvUebersichtMenuPunkt:hover::before{
content:'';
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
.lvUebersichtMenuPunkt:hover{
background-color:rgba(0, 100, 156, 0.25);
}
.underline_hover:hover{
color:var(--bs-primary);
text-decoration: underline;
}