Status
Not open for further replies.

angeljs

Customer
I just sent out a global notification to test it out, but when I loaded a forum page, I could just barely make out a transparent box with white writing inside. I realise I can only change the background if I have the pro version, but I expected it to be black or grey or something :(
 
I don't know the specific one either, you can experiment with the various ones that refer to vboptions :)
 
I found the code, and just added the part in red:

Code:
.notification_box {
    position: fixed;
    top: 85%;
    left: 1%;
    display: none;
    padding: 5px;
    height: auto;
    width: 20%;
    color: white;
    [B][COLOR=#ff0000]background: black;[/COLOR][/B]
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 1px #000000;
    -webkit-box-shadow: 2px 2px 1px #000000;
    box-shadow: 2px 2px 1px #000000;
Now it looks fine :)
 
Status
Not open for further replies.

Legacy vBNotifications

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
518
Customer rating
0.00 star(s) 0 ratings
Back
Top