Font color of the selected inaccessible item shall not change

Help improve MediaMonkey 5 by testing the latest pre-release builds, and reporting bugs and feature requests.

Moderator: Gurus

Macarena
Posts: 642
Joined: Mon Oct 15, 2007 5:39 am
Location: Prague, Czech republic

Font color of the selected inaccessible item shall not change

Post by Macarena »

Code: Select all

.lvItem[data-selected] {color: #ffffff}
shall not override

Code: Select all

.itemInaccessible {color: rgba(255, 255, 255, 0.65)}
Otherwise the user cannot tell, whether the selected item is downloaded or not. The font color of the selected inaccessible item shall stay grayed out, the background tells that it is selected.

Screenshot displaying 5 accessible and 5 inaccessible items. One of the accessible (#3) and one of the inaccessible (#8) items have been selected. After selection, no one can tell the difference, because the font color changed to "accessible". https://www.dropbox.com/s/sy487icds2y87 ... 9.png?dl=0 One item (#2) is hover style.
MiPi
Posts: 873
Joined: Tue Aug 18, 2009 2:56 pm
Location: Czech Republic
Contact:

Re: Font color of the selected inaccessible item shall not change

Post by MiPi »

Thanks, fixed, will be included in the next release.
Post Reply