CZ Testing v2.1.4

General Category => Comments => Topic started by: Dave on Mar 06, 2023, 04:30 AM

Title: Memberlist post count
Post by: Dave on Mar 06, 2023, 04:30 AM
It seems we need to change the colour of the post count in the member list

At present it's near enough white and as you will see by the images below when someone has a very high post could all the other backgrounds are based on a percentage of that. Therefore all the other members post counts can't be seen.

My suggestion is to change the colour of the post count text to #222

as per below

line 2468

.generic_bar span, .progress_bar span {
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px rgba(255, 255, 255, .4);
    display: inline-block;
    padding: 0 5px;
    color: #222;
}


[attachment deleted by admin]
Title: Re: Memberlist post count
Post by: Bocool on Mar 06, 2023, 07:41 PM
This is one of the reasons why I like to have a few people on my test sites to play with things. It makes things a bit easier to see more things that may need changing. :)

Done. :)
Title: Re: Memberlist post count
Post by: Dave on Mar 07, 2023, 02:28 AM
I picked it up from Quizland as I'm using it there  ;D