Action bar styles
in Other
Please help me to add custom style on action bar
I need to when you hover adds style to both the elements the icon and link
This code, when you hover over the icon adds style both to the icon and link:
.contact_details i:hover, i:hover~a {
text-decoration: none;
color: #fff !important;
}
Screen: http://snag.gy/2mWtQ.jpg
when you hover over the link adds style to the link, to the icon does not:
.contact_details a:hover, a:hover~i {
text-decoration: none;
color: #fff !important;
}
Screen: http://snag.gy/Ywl8V.jpg
I need to styles were added to both of the elements when you hover over any of them.
P.S. sorry for the google translation and thank you for your attention!
Comments