Quote:
Originally Posted by bhxtyrant
Hey AndrewD,
Glad to say i have been using Links & files database without a single problem since my last post.Now i have a little question to ask i can't figure out pertaining to the links_linkbit template.I notice that it uses the Legend and Fieldset CSS but i can not get the fieldset border to change colors.I already added the code into the forums CSS and it works fine on all parts of the forum except in your mod where the default grey color border still shows.Is there a way i can make it match the rest of the forum?The below image will show what i mean.The top portion of the image shows how it looks on the rest of my forums,and the bottom shows how it looks in your hack which is installed on my forum.Thanks as always 
|
Hi.
I modified my fieldset style definition in the admin.css as follows:
Code:
.fieldset { border: #ff0000 solid 1px; margin-bottom: 6px; }
and attach screen shots of the newthread and linkbit displays. Both have picked up the red border correctly.
I wonder - have you applied your fieldset edit to the style that is being used within the links database?