Fork me on GitHub

A.T. .8 css help  Bottom



  • know is a stupid question but i change almost al CSS colours but cant find the one for fixing this problem, it happened only within "modules" not in other blocks, how can i change the white background colour asumming white colour is the same at the modules and can't change it without getting another colour ttrouble
  • Redefine the select tag in the CSS files

    Code

    select {
        color: #000000;
        background-color: #D2D2D2;
    }


    Use whatever colors you want, but this will set it globally.

    --
    Zikula Themes
  • i did it like this:

    Code

    select {
            font-family: tahoma, arial, helvetica, sans-serif;
            color: #000000;
            background-color: #D2D2D2;
            font-size: 11px;
    }


    it work!

    thx, the strange thing is that in "modules" block text is white, and in left lbock is black color

This list is based on users active over the last 60 minutes.