Mam oto taki kod. Umieszczałem (background: transparent; ) wszędzie, odświeżałem i nadal nic.
.ipsVerticalTabbed_tabs li.active a {background-color: rgba(0, 0, 0, 0.20);
color: orange;
width: 133px;
text-align: left;
}
.ipsVerticalTabbed_tabs > ul {
border: none;
}
.ipsVerticalTabbed_tabs li.active a {
background: rgba(0, 0, 0, 0.20);
color: orange;
}
.ipsVerticalTabbed_tabs li a {
color: orange;
font-weight: 700;
margin-bottom: 10px;
text-align: left;
padding: 7px 5px;
border-radius: 3px;
-o-transition: all 0.25s cubic-bezier(0.42, 0, 1, 1) 0;
-moz-transition: all 0.25s cubic-bezier(0.42, 0, 1, 1) 0;
-webkit-transition: all 0.25s cubic-bezier(0.42, 0, 1, 1) 0;
transition: all 0.25s cubic-bezier(0.42, 0, 1, 1) 0;
}
.ipsVerticalTabbed_tabs li a:hover {
color: orange;
font-weight: 700;
-o-transition: all 0.25s cubic-bezier(0.42, 0, 1, 1) 0;
-moz-transition: all 0.25s cubic-bezier(0.42, 0, 1, 1) 0;
-webkit-transition: all 0.25s cubic-bezier(0.42, 0, 1, 1) 0;
transition: all 0.25s cubic-bezier(0.42, 0, 1, 1) 0;
}
I co mam tutaj dodać/zamienić?
Może to gdzieś dodać?
background: transparent ;