adambiser: I whipped up this Stylish script to make the "Updated" badge more visible. I've only tried it on Firefox 14.0.1. (Yes, it looks a little ugly, but at least it's visible.)
/***************************************
Make the UPDATED badge more visible.
****************************************/
@-moz-document
domain(gog.com) {
/**
* Shelf view
*/
div #shelfGamesList i.bdg_update {
background: red !important;
width: 176px !important;
height: 230px !important;
left: 24px !important;
top: -10px !important;
text-align: center !important;
font-style: normal !important;
color: white !important;
font-weight: bold !important;
font-size: 18px !important;
z-index: -2 !important;
}
div #shelfGamesList i.bdg_update:before {
content: "* * UPDATED * *";
}
/**
* List view
*/
div #gamesList i.bdg_update {
position: relative !important;
background: red !important;
height: 49px !important;
vertical-align: middle !important;
width: 150px !important;
height: 34px !important;
padding-top: 15px !important;
text-align: center !important;
font-style: normal !important;
color: white !important;
font-weight: bold !important;
font-size: 18px !important;
}
div #gamesList i.bdg_update:before {
content: "* * UPDATED * *";
}
}
See attached to see how it looks.
That is indeed pretty fugly, but very obvious.
Of course some kind of official 'Show updated' button or list option would be acceptable IMO and really shouldn't take too much time to create.