Paspa2005-06-02 08:46 | Hi!
I have this little but annoying problem with admin-pages. Here is a pic that explains it: http://koti.mbnet.fi/kexmex/edmunds/navigointi.gif
So I'd like to have yellow background instead of that grey one. I don't want to change the color of that text.
How can I change it? |
amir2005-06-02 10:22 | Go to ../template/amin/head.tpl
and search the line no 48 (approx)
<td style='height: 25px; background-color: #ffffff; width: 100pc; padding: 0px 10px;' class='tekst_w'>
and replace it with following line
<td style='height: 25px; background-color: #ffff00; width: 100pc; padding: 0px 10px;' class='tekst_w'>
amir |
amir2005-06-02 10:28 | sorry it was Go to ../template/admin/head.tpl
not Go to ../template/amin/head.tpl
amir |