Hello There, Guest! Login Register
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some issues
#7
(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;
}
Reply


Messages In This Thread
Some issues - Hectic - 7th Jan, 07:12 am
RE: Some issues - Tan - 7th Jan, 07:32 am
RE: Some issues - Hectic - 7th Jan, 07:39 am
RE: Some issues - Hectic - 7th Jan, 01:42 pm
RE: Some issues - Tan - 7th Jan, 04:01 pm
RE: Some issues - Tan - 7th Jan, 04:28 pm
RE: Some issues - Tan - 7th Jan, 04:31 pm
RE: Some issues - Tan - 7th Jan, 04:37 pm
RE: Some issues - Hectic - 8th Jan, 11:53 am



Users browsing this thread: 1 Guest(s)