News:

Far out man this is the 5th news slot.

Main Menu

Memberlist post count

Started by Dave, Mar 06, 2023, 04:30 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dave

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]

Bocool

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. :)

Dave

I picked it up from Quizland as I'm using it there  ;D