Anomaly with Online Editor and Website Interface

Author Message

Richard Lundberg

Saturday 11 October 2008 3:40:21 am

Hi,

I am designing a site that is using a black background. When editing using the website interface toolbar, all the <textarea> parts of tha pages contain black text with a black background. Despite extensive searching I cannot find the relevent CSS to change the background colour of the <textarea> parts of the edit page. Can anybody point me in the right direction to change the look and feel of the website interface edit pages through CSS?

Thanks in advance

Richard Lundberg

www.peakm3.com

Yannick Komotir

Monday 13 October 2008 1:08:11 am

hi Richard,

you can add in your own css an other définition of textarea background-color as following:

  textarea{background-color:#FFF}
 

be sure that you call your css file's after all others

<|- Software Engineer @ eZ Publish developpers -|>
@ http://twitter.com/yannixk

André R.

Monday 13 October 2008 2:02:30 am

Some code from a black site I made some years ago, it was a custom design so will probably not work for you without some changes:

/* CSS OVERRIDES FOR BLACK DESIGN */
input, selection, select, checkbox, input.button, input.defaultbutton { border: 1px solid #f9f9f9;}
fieldset label, legend, fieldset, form, option, input, selection, select, checkbox, input.button, input.defaultbutton { background-color:#000000; color: #fff; }
input.button-disabled { color: #888;}
div.oe-window { background-color: #fff; color: #000000; }
div.content-edit legend { color: #b2b2b2; }
div.content-edit label { color: #fff; }
div.original, div.warning, div.content-browse table td, div.content-browse table td a, div.content-edit table.list td  { color: #eee; }

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Richard Lundberg

Friday 17 October 2008 9:23:14 am

Thanks Andre,

As you said, not an exact fit, but put me in the right direction to sort it.

Richard

www.peakm3.com

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.