Change the text input colour on the Chatbox Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Change the text input colour on the Chatbox

    avatar
    psychoboy8
    New Member


    Male Posts : 16
    Reputation : 0
    Language : English (England)

    Solved Change the text input colour on the Chatbox

    Post by psychoboy8 April 8th 2011, 4:24 am

    I tried this...

    div.text-field message{
    color: #ffffff;
    }

    But it didn't work. I'm not very good at stylesheets, so I could be way off...

    To be honest, I couldn't really tell what the field is called. O_o

    Halp! It's currently black on dark-grey. >_<


    Last edited by psychoboy8 on April 8th 2011, 5:12 am; edited 1 time in total
    DustyBones
    DustyBones
    Active Poster


    Male Posts : 1234
    Reputation : 528
    Language : English
    Location : Washington, USA

    Solved Re: Change the text input colour on the Chatbox

    Post by DustyBones April 8th 2011, 4:31 am

    avatar
    psychoboy8
    New Member


    Male Posts : 16
    Reputation : 0
    Language : English (England)

    Solved Re: Change the text input colour on the Chatbox

    Post by psychoboy8 April 8th 2011, 4:40 am

    I couldn't see anything that answers my question in that tutorial, but if #chatbox is the name I might be able to figure it out for myself. May...
    avatar
    psychoboy8
    New Member


    Male Posts : 16
    Reputation : 0
    Language : English (England)

    Solved Re: Change the text input colour on the Chatbox

    Post by psychoboy8 April 8th 2011, 4:55 am

    Nope, still no gold.

    I tried changing the background color of the footer instead, rather than the text color...

    body.chatbox #chatbox_footer{
    background-color: #ffffff;
    }

    ...and when it was loading it was white, but then it turned grey again.
    avatar
    psychoboy8
    New Member


    Male Posts : 16
    Reputation : 0
    Language : English (England)

    Solved Re: Change the text input colour on the Chatbox

    Post by psychoboy8 April 8th 2011, 5:11 am

    #text_editor_textarea {
    background-color: transparent;
    border: 1px solid ;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-color: #ffffff;
    -moz-box-shadow : 0 0 3px #fff;
    -webkit-box-shadow : 0 0 3px #fff;
    }

    Turns out it was that. Apparently the background was actually a border... I set it to white. It's all good.

    Don't mind me... Very Happy
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17924
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Change the text input colour on the Chatbox

    Post by Jophy April 8th 2011, 6:30 am

    Change the text input colour on the Chatbox WarningPlease avoid double/triple posting. Posts need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button. Wink

    Change the text input colour on the Chatbox Solved10Since this thread has been marked as 'Solved', I will now lock this thread.

    ~ Joph25