Helpful Information
 
 
Category: vB5 Design and Graphics Discussions
What style var changes this?

Messing with the stylevars on my new forum to make it look nice. Managed to get everything fixed and how I want it except for two little things that I can't figure out.

When looking at the main entry page, the Latest Activity module and Latest Topics module both have these grey dotted lines. How can I change them to black?

http://www.herpland.com/~miscstuff/dots.jpg
(ignore the green that's behind the text, it's the normal background color and I had to change it to white in mspaint to point out the lines)

style manager> style name> edit templates> css templates> css_additional.css


/* changes in sidebar above see more text */
.divider, .content-divider {
border-color: #CC6600;
border-style: dotted;
}

/* sidebar content separator border */
.list-container .list-item {
border: 1px solid #CC6600;
}

/* forums separator border */
.forum-list-container .forum-item td {
border-top: 1px dotted #CC6600;
}




for above "see more" text, dotted border there is stylevar working for that.
Miscellaneous> content_divider_color but only color not the border style dotted property










privacy (GDPR)