Implemented Text Editor: More lighter colors/color wheel

This suggestion has been implemented. Votes are no longer accepted.
No, one more thing for the people who liked the other palette to criticize. ;) XenForo will never please every one.
Indeed.. but since I'm an action gal, I just went ahead and changed the hex values in the redactor.js in beta 4 with the hex values from beta 3 :D No need for me to criticise something that I'm capable of changing for myself ;)
 
yeah, the old version from XF 1.1 looked better and had some more options re HEX#, etc.

The "None" at the bottom is a bit strange as I always click on it, expecting to show "More" instead of "None". Maybe its just my brain....

I would change the "rounded border" around each color-box, but :notworthy:
 
@erich37, add the following to your extra.css:
Code:
.redactor_color_link {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}

Should result in:
Screen Shot 2013-07-03 at 4.48.43 PM.webp
 
Simplify !
Hardly do people need 65 colours to choose from.
I like the new colours better.
Most importantly, it should be easy for a webmaster to tweak if they want.

Does the mobile style give 65 options ?
That can't be good.
 

Attachments

  • upload_2013-7-4_18-29-37.webp
    upload_2013-7-4_18-29-37.webp
    9.8 KB · Views: 6
The mobile style gives the same exact editor as the non-mobile.
The mobile colour selection is awkward.
The 65 tiles look too small.
I would have 5 main colour options ... with the option to show more, for the rare time someone wants more.
I tested the small color tiles and they seemed to be relatively easily selectable.
I guess it works well. I myself see zero point to that many options.
 
Top Bottom