Quote:
Originally posted by TvNut
Is there a way to change the border size and color?
|
in this part of the mod
Code:
.thtcolor {
COLOR: {tableheadtextcolor};
}
.bordert {
BORDER: 1px solid #6597D9;
}
Just change the #6597D9 to a different hex code. For example #000000 would make the border black #FFFFFF would make it white.
To change the width just change 1px to something like 3px, 4px, ect, ect