MyBB Community Forums

Full Version: ._plus is doing something wrong
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: jbc2CyfOv8WVV7.png]

My ._plus is like that, yet I have it set to:
._plus {
	background-color: #FFDD2D1;
	color: #008800;
	border: 1px solid #008800;
}

Same thing with _trow_reputation_positive. It's set to
.trow_reputation_positive {
	background: #33CC33;
}

Is there something wrong with my code that it's not showing updated?
Please help me fix it! Undecided
.trow_reputation_positive {
    background: #33CC33;
    color: #000;
}
i dont see the problem?
(2011-09-26, 02:46 PM)fma965 Wrote: [ -> ]i dont see the problem?

They are showing up as the wrong colors, when I have them set to different ones.

(2011-09-26, 01:01 AM)Jason L. Wrote: [ -> ]
.trow_reputation_positive {
    background: #33CC33;
    color: #000;
}

Still doing it Sad
Did you hard-refresh the page by pressing Ctrl+F5 or Shift+F5 a couple of times after editing the CSS? Because that's the class responsible for the positive reputation row.
(2011-09-26, 08:55 PM)faviouz Wrote: [ -> ]Did you hard-refresh the page by pressing Ctrl+F5 or Shift+F5 a couple of times after editing the CSS? Because that's the class responsible for the positive reputation row.

I tried it like 10 times, waited 36 hours, nothing. It does it on the new theme I'm making too. (not the reputation, but another css element)
What's your forum URL?
Quote:.trow_reputation_positive {
background: #33CC33;
}

Change #33CC33 to a darker color.
(2011-09-26, 09:06 PM)faviouz Wrote: [ -> ]What's your forum URL?

(2011-09-27, 02:15 AM)kavin Wrote: [ -> ]
Quote:.trow_reputation_positive {
background: #33CC33;
}

Change #33CC33 to a darker color.

Thanks for the replies but, I quit with it. I'm just gonna completely start over.