Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
The black buttons problem (1 viewing) (1) Guest
TOPIC: The black buttons problem
#50822
The black buttons problem 7 Months, 3 Weeks ago  
Hi,

I'm suffering a relatively common problem where the "Submit", "Preview" and "Cancel" buttons have black text on a black background.

I have read other threads about how to fix the problem:
1. editing "input" in the file template_css.css to change buttons for the whole site (I don't want to do this)
2. editing table#fb_postmessage.button in template/default/forum.css (this didn't work)

If someone could provide any advice it would be much appreciated.

site: www.mypt.co.nz
uid: test
pwd: test

Thanks in advance.
BigMal (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#50850
Re:The black buttons problem 7 Months, 3 Weeks ago  
Ignore this, I've solved it. Turns out I am more stupid than I look
BigMal (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#50856
Re:The black buttons problem 7 Months, 3 Weeks ago  
testing the forum. sorry.
andrebf (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54802
Re:The black buttons problem 5 Months, 1 Week ago  
How did you fix the issue with the black button?
southern (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54803
Re:The black buttons problem 5 Months, 1 Week ago  
Never Mind, I Found It.
southern (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#58796
Re:The black buttons problem 3 Months, 2 Weeks ago  
BigMal wrote:
Ignore this, I've solved it. Turns out I am more stupid than I look

How did you fix it? I'm struggling with the same black button issue.

EDIT TO ADD: RESOLVED

In default_ex_rejuvinated template, find forum.css.

Open in plan test editor, and on line 780, find this code:

table#fb_postmessage .button {
border: 1px solid #999;
color: #333;
font-weight: bold;
padding: 3px 10px;
margin: 3px;

Change the color from 333 to FFF, so the code looks like this:

table#fb_postmessage .button {
border: 1px solid #999;
color: #FFF;
font-weight: bold;
padding: 3px 10px;
margin: 3px;

Now the block is black with white text.

A guide to three character colors can be found here:

www.december.com/html/spec/color3hex4.html
allenmcb (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/19 21:57 By allenmcb. Reason: more info
 
 
Go to top