2011-10-24, 10:28 PM
2011-10-25, 12:55 AM
AdminCP -> Templates & Styles -> Your Theme -> global.css ->
Using the selector, click on .tborder then on the right at the Extra CSS...
change
to
That will change the colour to the example you showed/wanted.
Using the selector, click on .tborder then on the right at the Extra CSS...
change
border: 1px solid #??????;
to
border: 1px solid #4F3A6B;
That will change the colour to the example you showed/wanted.
2011-10-25, 01:09 AM
(2011-10-25, 12:55 AM)Knerba Wrote: [ -> ]AdminCP -> Templates & Styles -> Your Theme -> global.css ->
Using the selector, click on .tborder then on the right at the Extra CSS...
change
border: 1px solid #??????;
to
border: 1px solid #4F3A6B;
That will change the colour to the example you showed/wanted.
That just changed the outline. It didnt make the lines
2011-10-25, 06:34 AM