[tw] Change the colour of the background in a tiddler in edit mode

2010-01-28 Thread dickon
Hi,
I am trying to change the colour of the background of my tiddlers when
they are switched into edit mode.  At present the background is a grey
that is too dark to pick out the cursor, so that typing/editing is
difficult.

I am looking through the colorpalette designations, and can't see
which colour I am meant to be changing.

The tiddlywiki in question is my tiddlymanual at
http://imp.peermore.com/imp/recipes/editorial/tiddlers.wiki

Sorry this is an obvious question, but I can't find documentation that
identifies this element.

Dickon

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Change the colour of the background in a tiddler in edit mode

2010-01-28 Thread Alex Hough
Add this to stylesheet

.editor textarea, .editor input {
background-color:white;
}



Alex


On 28 January 2010 09:51, dickon dickon.beving...@googlemail.com wrote:

 Hi,
 I am trying to change the colour of the background of my tiddlers when
 they are switched into edit mode.  At present the background is a grey
 that is too dark to pick out the cursor, so that typing/editing is
 difficult.

 I am looking through the colorpalette designations, and can't see
 which colour I am meant to be changing.

 The tiddlywiki in question is my tiddlymanual at
 http://imp.peermore.com/imp/recipes/editorial/tiddlers.wiki

 Sorry this is an obvious question, but I can't find documentation that
 identifies this element.

 Dickon

 --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To post to this group, send email to tiddlyw...@googlegroups.com.
 To unsubscribe from this group, send email to
 tiddlywiki+unsubscr...@googlegroups.comtiddlywiki%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/tiddlywiki?hl=en.




-- 
http://www.multiurl.com/g/64

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.