Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Forcing the colour of the chat discussion pane (pop-up mode).

Forcing the colour of the chat discussion pane (pop-up mode)

From MoodleDocs
Revision as of 09:37, 29 May 2009 by Ray Lawrence (talk | contribs) (New page: Where the background colour of the chat pane background is inherited and is difficult to read e.g. the colour makes it hard to see the text. The colour can be forced using the following in...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Where the background colour of the chat pane background is inherited and is difficult to read e.g. the colour makes it hard to see the text. The colour can be forced using the following in your theme's CSS.

html { background: none !important; }

body.mod-chat-gui_header_js {

background-color: white !important;

}

The above example makes the background white.