Moin leute,
ich habe ein menü in wordpress und habe die li mit einem hover und transition belegt.
Mein Problem ist das sich durch den transition effekt die schrift sich auch ändert kann man da abhilfe schaffen?
hier der code:
.menu-footer-container li{
list-style-type: none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
line-height: 30px;
padding-left:5px;
}
.menu-footer-container li:hover{background-color: #7ab51d; opacity: 0.6;
-webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; -ms-transition: all 0.4s linear; transition: all 0.4s linear;
}
lg
Lefori
ich habe ein menü in wordpress und habe die li mit einem hover und transition belegt.
Mein Problem ist das sich durch den transition effekt die schrift sich auch ändert kann man da abhilfe schaffen?
hier der code:
.menu-footer-container li{
list-style-type: none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
line-height: 30px;
padding-left:5px;
}
.menu-footer-container li:hover{background-color: #7ab51d; opacity: 0.6;
-webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; -ms-transition: all 0.4s linear; transition: all 0.4s linear;
}
lg
Lefori