Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Cannot make border left transparent work Reply To: Cannot make border left transparent work

#204221
wolfgang1983
Participant

I have figured out what to do i need to add border to panel-body to make it all even

“`.nav-tabs > li.active:first-child > a {
border-left: transparent !important;
}

.panel-body {
padding: 15px;
border-left: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
}“`