Topic: Off-line status indicator / css

A problem when changing the color of the offline userstatus indicator occurs because the selector .brd .post * (lines 90-92) is used for that. However, this one also changes some other border colors.
To circumvent that a new selector should be added to allow offline indicators to have a separate color:

.brd .userstatus span {
    border-color: #DDE4EB;
    }

Re: Off-line status indicator / css

Any dev input/feedback maybe? Or should I file this as bug?