[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing the stylesheets



Hi Kevin,


My mistake: the other css files work well, I just made a mistake in the update query I executed.

You might want to edit the red background to be a bit less of a strain on the eye though :-)

Bye,

Erik.

On Mon, Oct 29, 2012 at 8:24 PM, Erik Huelsmann <..hidden..> wrote:
Hi Kevin,

On Mon, Oct 29, 2012 at 8:08 PM, Kevin Bailey <..hidden..> wrote:
Hi,

I have set up a second database to act as a copy (for training) of the
live database. ÂI'm setting up a cron job to re-copy the live to the
copy every night.

What I would like to do is to change the background colour for all the
users when they log in to the copy site. ÂI need to run SQL something like:

UPDATE user_preferences SET stylesheet = 'ledger-yellow.css';

Could someone please correct my SQL and check what I want to do?

ÂThe correct SQL statement would be:

update user_preference set stylesheet = 'gnome.css';

and I must say that the Gnome stylesheet seems to work best. I have no idea what the intent of the others is, but they all look the same to me: white background with unchanged fonts.

HTH,

Erik.