Quote:
Originally Posted by mitch84
what is the style variable to change the color of the border with the same color on the other arrow?, it's hard to see through
and I find that the buttons on / offline are too small
thx
|
Add this to additional.css:
Code:
.primary, textbox, full {
border: 1px solid {vb:stylevar link_color};
}
You specifically asked for the orange color, anyone else may want a silver/grey so in the next revision it will be this:
Code:
.primary, textbox, full {
border: 1px solid rgb(153, 153, 153);
}
I felt the light blue I used around forum descriptions was too light but still debating that however feel free to use either or include your own color using RGB or hex etc example:
Code:
.primary, textbox, full {
border: 1px solid #ffffff;
}
^ Would make it a white border

.
Now for the online/offline... what did you mean by that, the users online/offline little images?
Quote:
Originally Posted by GaryT
Now that I've installed and played around with this style. I like it even more. The only thing I altered was increasing the width of the style to better accommodate my custom header image.
Great style!
Thanks again.
|
Glad to hear you like it Gary, enjoy!