mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
adds c4_linkList and additional styling to the LvUebersicht Menu
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user