Downloads
Release notes
I've added a few features that have been pending, and sorted out caching issues.
#505898: Way of Flushing Cache for User Once they've chosen a Color
Theme Hues now clears the Drupal CSS cache when a stylesheet is modified. This means the new stylesheet is loaded after the form has saved. You may still need to deal with the browser cache manually, depending on your own setup.
#618152: '!important' Option or Removal
I've changed the way !important is handled. It is now OFF by default! This is a major change. During module update your existing selectors will get their important flag set, but any new selectors need to be specified as important if necessary.
To specify that a selector is important, add a '!' at the end of the property value:
body|background-color!
#587132: "Styles for users content" alternative doesn't appear
This has been corrected.
#519844: Integration with Color module tyrell like on Twitter!!!
The theme values will now change on the fly when users change values. This will allow them to see their color choices before saving. This behavior has not been sorted out for images, though that will be included on the next release.