Page 1 of 1
Color of textarea in admin panel [solved]
Posted: Tue Oct 30, 2007 6:27 pm
by animike
Hello,
I can't find this information so i wrote this post.
So like in header: how can i change color of textarea in admin panel??
Animike
Re: Color of textarea in admin panel
Posted: Tue Oct 30, 2007 8:15 pm
by lollipop27
the background color? or the color of the textbox?
usually the extbox uses your stylesheet information, but there is a checkbox in the extensions > tiny... > "don't use css styling for background"
perhaps this helps
Re: Color of textarea in admin panel
Posted: Wed Oct 31, 2007 8:10 am
by animike
I need to change the background color, i have something like this in source of admin pannel:
<p align="center"><font color="#000000"><font color="#ffffff"><b>DO KOŃCA LISTOPADA </b></font><br />Impregnacja hydro i olejofobowa<br /> kostki brukowej<br /></font><font color="#ffffff"><b>
W CENIE CZYSZCZENIA.</b></font></p>
Where can I change this by style in admin but it doesn't work:(
Animike
Re: Color of textarea in admin panel
Posted: Sun Nov 04, 2007 6:56 pm
by animike
Any help??
Animike
Re: Color of textarea in admin panel
Posted: Mon Nov 05, 2007 1:18 am
by Dr.CSS
In tinyMCE there is a line second from bottom, Body tag CSS, where you can change the color, if you have white font you can use background-color: #000 to make the background black, for white use #FFF, black = 3 zeros white = 3 Fs...
Re: Color of textarea in admin panel[solved]
Posted: Mon Nov 05, 2007 4:19 pm
by animike
Thx

It helps
