Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • wocki1 Friend
    #149215

    Hi, pls

    1) how can i change backround in search for writing ? Becouse black backround isnt invisible 🙁

    I have small trouble with Mozila 3.6 with memory, many steps i have to restart aplication and after my change in module are show. Im only ?

    Thanks Lukas

    histeriks Friend
    #334905

    wocki1;167723Hi, pls

    1) how can i change backround in search for writing ? Becouse black backround isnt invisible 🙁

    I have small trouble with Mozila 3.6 with memory, many steps i have to restart aplication and after my change in module are show. Im only ?

    Thanks Lukas

    Hi Lukas,

    i am not sure i understand your question 🙁

    Can you please try to explain once again, what are you having problems with?

    smitheringale Friend
    #335975

    <em>@histeriks 167780 wrote:</em><blockquote>Hi Lukas,

    i am not sure i understand your question 🙁

    Can you please try to explain once again, what are you having problems with?</blockquote>

    Hi.

    If you look at the search module in Mesolite, the background colour ofthe search text box is the same colour as the module background.

    You cannot even see the flashing cursor/vertical line that you would expect to see when adding text to a text area.

    I presume this can be edited very simply with CSS – if nothing else to give the text box a border around it, a different colour background.

    This would help me if I wanted to search on this site.:)

    histeriks Friend
    #335980

    Ahhh…ok…

    open template.css file, located in your template’s directory, and find this on line 1348:

    #ja-search .inputbox {
    padding: 10px 0 0 40px;
    background: none;
    border: none;
    font-weight: bold;
    color: #CCCCCC;
    }

    change it to something like:

    #ja-search .inputbox {
    margin: 5px 5px 5px 40px;
    background: #ffffff;
    width: 140px;
    height: 20px;
    font-weight: bold;
    color: #CCCCCC;
    }

    I have putted this roughly together in firebug, you should now adjust everything, so that it fits properly.

    Good luck 🙂

    histeriks Friend
    #335991

    smitheringale;169118if nothing else to give the text box a border around it

    Yes, it looks much better like that:

    #ja-search .inputbox {
    margin: 7px 7px 7px 40px;
    border: 1px solid gray;
    width: 137px;
    height: 15px;
    font-weight: bold;
    color: #CCCCCC;
    background:#333333;
    }

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  histeriks 14 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum