7th Jan, 04:31 pm
(7th Jan, 07:12 am)Hectic Wrote: - Also unsure of how to change the Pm Notification text colour, as when someone recieves the alert regarding they have new message the thing is yellow and the text is white so the text is un-readable was wondering how to change that as well.
Cheers
global.css
Edit the following code to your liking
Code:
.pm_alert {
background: #efe5ac;
border: 1px solid #e1d69a;
text-align: center;
padding: 5px 20px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
font-size: 11px;
}