Please fix Messages in Magmared_wide and Magmared
Please fix Messages in Magmared_wide and Magmared
Right now private messages in Magmared_wide theme have a white background when first read. It looks bad.
Last edited by Isolder on Fri Jun 10, 2011 5:01 pm, edited 1 time in total.
Re: Please fix Messages in Magmared_wide
Also happens with MagmaRed.
Re: Please fix Messages in Magmared_wide and Magmared
Well by golly it needs fixin right now yesterday last week
Re: Please fix Messages in Magmared_wide and Magmared
It needed fixing when it was created but I guess it was too much of a hassle and was left alone. There was another issue too, but I can't recall it. Where is Wazza when you need him?
Re: Please fix Messages in Magmared_wide and Magmared
I wish I could help.
- WazzaMouse
- Site Admin
- Posts: 210
- Joined: Wed Dec 31, 1969 7:00 pm
- Location: Seguin, TX
- Contact:
Re: Please fix Messages in Magmared_wide and Magmared
Pyro wrote:It needed fixing when it was created but I guess it was too much of a hassle and was left alone. There was another issue too, but I can't recall it. Where is Wazza when you need him?
Always lurking. What do you need?
Re: Please fix Messages in Magmared_wide and Magmared
I got a list, but nothing really needed. For now though, think you can fix what Isolder mentioned? When using either of the MagmaRed themes, the background for a private message is white which makes it hard to see the text.
- WazzaMouse
- Site Admin
- Posts: 210
- Joined: Wed Dec 31, 1969 7:00 pm
- Location: Seguin, TX
- Contact:
Re: Please fix Messages in Magmared_wide and Magmared
You guys know I didn't make it right? ;P
What color would peeps like to see there?
What color would peeps like to see there?
Re: Please fix Messages in Magmared_wide and Magmared
Yea I blame that as being my bad.
The php files have literally hundreds of lines where colours had to be subbed out. In some cases it was extremely difficult to pinpoint which colours did what where. Inevitably a few were missed. If it really bothers you that much, use the default theme. It's overall appearance sucks, but it doesnt have that PM issue.
The php files have literally hundreds of lines where colours had to be subbed out. In some cases it was extremely difficult to pinpoint which colours did what where. Inevitably a few were missed. If it really bothers you that much, use the default theme. It's overall appearance sucks, but it doesnt have that PM issue.
Re: Please fix Messages in Magmared_wide and Magmared
I eventually stopped using MagmaRed because of this issue :(
Re: Please fix Messages in Magmared_wide and Magmared
I know its annoying but not that bad. You can always highlight the text or scroll down to see the conversation which shows the current message. Of course for that to show you need to be replying to an existing message so it has something to show.Melekor wrote:I eventually stopped using MagmaRed because of this issue
Re: Please fix Messages in Magmared_wide and Magmared
Let's get that fixed
Re: Please fix Messages in Magmared_wide and Magmared
At least it's legible.
How would you guys prefer to see the 'fix'? Different background colour, or different text colour? Right now, if I'm not mistaken, that background colour is the same background colour you type on when writing a new post. It has black text on top and is very readable.
How would you guys prefer to see the 'fix'? Different background colour, or different text colour? Right now, if I'm not mistaken, that background colour is the same background colour you type on when writing a new post. It has black text on top and is very readable.
Re: Please fix Messages in Magmared_wide and Magmared
Nope, when writing a new post it has a more yellowish color.
Re: Please fix Messages in Magmared_wide and Magmared
#574034 would be fine for the background.
To the magma CSS..
problem solved?
To the magma CSS..
Code: Select all
#cp-main .pm {
background-color: #574034;
}