I am looking for the following code
.navtabs li.selected li a.popupctrl {
background: url("images/misc/arrow.png") no-repeat scroll right center transparent;
border: 10px solid transparent;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
padding-right: 15px;
}
I have done a search and am unable to find it, I specifically want to change the 10px solid transparent to 3 px as it looks terrible, anyone have any ideas please. I have searched everything I know to search.
.navtabs li.selected li a.popupctrl {
background: url("images/misc/arrow.png") no-repeat scroll right center transparent;
border: 10px solid transparent;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
padding-right: 15px;
}
I have done a search and am unable to find it, I specifically want to change the 10px solid transparent to 3 px as it looks terrible, anyone have any ideas please. I have searched everything I know to search.
Comment