how to change bg color in commentbox, DarkMist theme?

edited March 2012 in Vanilla 2.0 - 2.8

http://indianfootballnetwork.com/forum/discussion/31/i-league-division-2-news#Item_748
Check the following link. I want the comments to appear black in a white background. I am modifying DarkMist. I managed to change text color but the background color i can't figure out in custom.css

Best Answer

  • 422422 MVP
    Answer ✓

    I have given you the solution in ONE WORD.

    Firebug. Google it.

    There was an error rendering this rich post.

Answers

  • Firebug

    There was an error rendering this rich post.

  • Say no more

    There was an error rendering this rich post.

  • OK..but what is the solution?

  • 422422 MVP
    Answer ✓

    I have given you the solution in ONE WORD.

    Firebug. Google it.

    There was an error rendering this rich post.

  • .DataList .Item {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: none repeat scroll 0 0 #FFFFFF;
        border-color: -moz-use-text-color #00CED1 #00CED1;
        border-right: 1px solid #00CED1;
        border-style: none solid solid;
        border-width: medium 1px 1px;
    }
    

    There was an error rendering this rich post.

Sign In or Register to comment.