I had this error on the main page and I am trying to recreate it now. (see picture below.)
There is also an extra box above tha main menu on the left; though I am not sure if that was purposefull.
I also have another problem; the buttons here on the forum grab system colors for the text but not for the button. My system font color is white; thus every button is white with white text. Normaly on pages the button would apear blue with white text.
I have been able to determin that this is the cause:
input.button { background: rgb(255, 255, 255)
input.catbutton { background: rgb(255, 255, 255)
input.liteoption { background: rgb(241, 241, 241)
input.mainoption { background: rgb(241, 241, 241)
The only solution I can think of is to change ths css classes to also change the font collor. ex: color: rgb(0, 0, 0);
There is also an extra box above tha main menu on the left; though I am not sure if that was purposefull.
I also have another problem; the buttons here on the forum grab system colors for the text but not for the button. My system font color is white; thus every button is white with white text. Normaly on pages the button would apear blue with white text.
I have been able to determin that this is the cause:
input.button { background: rgb(255, 255, 255)
input.catbutton { background: rgb(255, 255, 255)
input.liteoption { background: rgb(241, 241, 241)
input.mainoption { background: rgb(241, 241, 241)
The only solution I can think of is to change ths css classes to also change the font collor. ex: color: rgb(0, 0, 0);



Comment