MyBB Community Forums
I want to change table border color - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: I want to change table border color (/thread-150383.html)



I want to change table border color - Webstar2000 - 2014-01-26

As title says i want to change table border color. Where can i change it? Look at attachment


RE: I want to change table border color - MikeInToshx - 2014-01-26

In your global.css find .thead


RE: I want to change table border color - Webstar2000 - 2014-01-26

Didn't work. I want to change their background. That green.


RE: I want to change table border color - MikeInToshx - 2014-01-26

U dont have a border color assigned to your .thead.

Add this code between .thead {}:
 border: 1px solid #fff; 

Change #fff with your color.

Edit
Oh the background.. U said the border color.
Your .thead has an image as background which is green. If u want to change it then ull have to make a new image.
Or if u want a solid background-color delete this line:
url(../../../images/mop/navbar.png) top left repeat-x 



RE: I want to change table border color - Webstar2000 - 2014-01-26

I solved it. Tx Mike