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
Color of textarea in admin panel [solved]
Color of textarea in admin panel [solved]
Last edited by animike on Mon Nov 05, 2007 4:21 pm, edited 1 time in total.
- lollipop27
- Forum Members
- Posts: 237
- Joined: Wed Sep 12, 2007 4:09 pm
- Location: Germany
Re: Color of textarea in admin panel
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
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
I need to change the background color, i have something like this in source of admin pannel:
Animike
Where can I change this by style in admin but it doesn't work:(
<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>
Animike
Re: Color of textarea in admin panel
Any help??
Animike
Animike
Re: Color of textarea in admin panel
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]
Thx
It helps 

