NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Gordon Holfelder on April 04, 2011, 01:10:21 PM

Title: Default CSS colors
Post by: Gordon Holfelder on April 04, 2011, 01:10:21 PM
Hi Bruce;

Just a tweak is needed for your shipping styles. I'm using the various colors as part of a span tag and I allow the user to specify the colors that they wish to use. All the colors except purple and teal work. I'm not quite sure why it's not working though since the hex code looks correct. I've attached a screen shot to see if that helps.

Regards,
Gordon

[attachment deleted by admin]
Title: Re: Default CSS colors
Post by: Bruce on April 04, 2011, 10:24:43 PM
Hi gordon,

thanks for the report.Fixed for 5.21.
the syntax for the two colors is right, but the number itself was wrong. Should be;

.purple{color: #800080!important;}
.teal{color: #008080!important;}

.Purple{color: #800080!important;}
.Teal{color: #008080!important;}

.purple-bg{background-color: #800080!important;}
.teal-bg{background-color: #008080!important;}

Cheers
Bruce
Title: Re: Default CSS colors
Post by: Gordon Holfelder on April 05, 2011, 09:18:42 AM
Thanks Bruce,

Now that I know what it is supposed to be, I've fixed mine as well. It always amazes me what people focus on. We demoed our employee portal to our resellers and they liked everything they saw, but we must have spend 15 minutes talking about the colors that you can use and the ones that weren't working.

Regards,
Gordon
Title: Re: Default CSS colors
Post by: Bruce on April 05, 2011, 11:35:50 PM
If that's the biggest complaint they have, then I guess you're doing something right...

cheers
Bruce