Shades of Grey

xF2 Style Shades of Grey 2.2.10

No permission to download
Sorry for all the updates, but the style had additional issues that needed to be resolved. This should be the last update for a long while unless somebody discovers a major issue.

Change Log:
  • Further adjusted shading
  • Darkened (subdued) right side scrollbar
  • Other miscellaneous tweaks
A quick fix until I can get the buttons to work a little better.
The style has been completely reworked from the ground up, and has a slightly different look. I spent a tremendous amount of time creating the style over the last few days, so I hope you like it. There may be some items I missed, so just let me know if you find any.

I tried my best to blend the shades a little closer to give it a more aesthetic look. If you get a chance, please let me know what you think about it.
  • Compliance Update
  • Changed avatar background to match user info area
Sorry for another rapid update, but I discovered another issue with the blue accent style, so here is the fix.
  • Removed rgba color schemes
  • tweaked border shades
  • added auto-expand on hover to the scrollbar
Sorry for another update, but there were additional extraneous templates discovered, so hopefully I have them all cleaned out. Thanks to @kevin
  • Like
Reactions: macjee
Some extraneous code was discovered in the style XML file, so it had to be removed. I use AH's Discord add-on and apparently it injected some code from the add-on into the style. No other changes were made. As far as I know, the extraneous code will not affect the performance of the style, but if you feel uncomfortable with it in the code, you can simply delete your current version of Shades of Grey style and import the new "clean" version, v2.1.7
I noticed the buttons on the user profile card did not have a background color, so I added a medium grey background with a green hover as shown below (watch video). Previous versions did not show a background in this area.

Aslo, I added a new schema for versioning. The first 3 numbers identify the XenForo version the style was created/saved with, and the last number represents which version of Shades of Grey was saved to that style

Example: XenForo version: 2.1.3 + Shades of Grey version 0 = 2.1.3.0
  • Like
Reactions: macjee
Small update, but an important one. @imno007 discovered that while typing/creating "Tags", the text was hard to see. The text was made white.

If you don't wish to re-download and install the update, you can add the following code to your "extra.less" file to fix the problem.

Go to:
AdminCP > Appearance > Styles > Shades of Grey (Cream accent) - Templates
> and search for the "extra.less" file and add the following code:
Code:
/*****  Tag input field text fix  *****/
.select2 .select2-selection ul .select2-search .select2-search__field {
    color: rgb(222, 222, 222);
}