Announcement
Collapse
No announcement yet.
Trying to fix a border and can't find it
Collapse
X
-
That wasn't the template the bit I wanted it actually located in StyleVars/Common/lightweightbox_border just in case someone else is looking for it. It is the border for the small selections underneath the main tabs some which have a drop down box like Community, Forum Actions, Quick links, it was very large in my style for some reason, but not in the default, which I based mine on
-
Found that template but it isn't the correct one, I am looking for one that has 10px in it.
Leave a comment:
-
I have looked for the template you are talking about and I am unable to find it, can you tell me exactly which directory tree it is in please. Thanks for replying.
Leave a comment:
-
It's in the vbulletin-chrome.css template:
Code:.navtabs li.selected li a.popupctrl { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:solid {vb:stylevar lightweightbox_border.borderWidth}px transparent; _border: none; background:transparent url({vb:stylevar imgdir_misc}/arrow.png) no-repeat {vb:stylevar right} center; padding-{vb:stylevar right}:15px; _background-image:url('{vb:stylevar imgdir_misc}/arrow.gif'); color: {vb:stylevar navbar_link_color}; }
The easiest way to search is only search for the class, not the whole thing so in this case searching for the following will find that:
.navtabs li.selected li a.popupctrl
Leave a comment:
-
Trying to fix a border and can't find it
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.Tags: None
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: