Topic: Buttons

Hello,

I'd like to change the color of the buttons on the left that go from blue to gray after a post is viewed. Is there a file I can edit to do this?

Thanks for the help.

2

Re: Buttons

it is in the css files

Re: Buttons

Thanks, but I still can't find them. I don't know what they are called. I'm not even sure if they are graphics.

4

Re: Buttons

yourstyle_cs.css

/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/

DIV.icon {BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
TR.iredirect DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}
DIV.inew {BORDER-COLOR: #0080D7 #0065C0 #0058B3 #0072CA}

5

Re: Buttons

The icons are fakes. They are created by styling the four borders of a zero sized div. Just change the border colours to suit.

Re: Buttons

Thank you soooo much everyone... I was able to edit the cute little "fakes".