NetTalk Central

Author Topic: Default CSS colors  (Read 3088 times)

Gordon Holfelder

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • Email
Default CSS colors
« 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]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11247
    • View Profile
Re: Default CSS colors
« Reply #1 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

Gordon Holfelder

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • Email
Re: Default CSS colors
« Reply #2 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11247
    • View Profile
Re: Default CSS colors
« Reply #3 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