Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

[Solved] How can I change Private Message background color?

edited June 2012 in Questions
This discussion is related to the Dark Mist addon.

I've tried adding this to the end of the css code but it doesn't fix anything.

        .Mine { 
        background: #555; 
        }

        .Preview .Message,
         .Preview .Message p,
         .MessageList .Message,
         .MessageList .Message p { 
        color: #FFF;
        background: #555;
        }

        #MessageForm { 
        background: #555; 
        }

        #MessageForm h2 {
        background: #555;
        color: #FFF;
        }

Best Answer

  • Answer ✓

    Sorry, I have changed all those things now and a few other things that I saw.

    Either download the new version of the theme or add this to the end of the custom.css file.

    .Box  .PanelCategories .Heading {
        color: #fff;
    }
    
    .Conversation .Item {
        background: #222;
        border-bottom: 1px solid #444;
    }
    
    .Conversations .Conversation  .Message {
        color: #fff;
    }
    
    #MessageForm {
        background: #333;
    }
    
    #MessageForm h2 {
        color: #fff;
    }
    
    #Status {
        background: #222;
        padding-bottom: 5px;
    }
    

    Say if you find anything else wrong, thanks.

    422

Answers

Sign In or Register to comment.