Posted July 25, 2012
![JMich](https://images.gog.com/a8ab2f8d69429a7d74e353b1bca48bd0a2ecbd3d2cd1cc9267ee46ae07eaf3e7_forum_avatar.jpg)
JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece
![Gowor](https://images.gog.com/4e43aff0d2832676111177c873678bb4a47d63ee2c6ee252cc5aebba5c058cd5_forum_avatar.jpg)
Gowor
Install Wizard
GOG.com Team
Registered: Jun 2010
From Poland
![JMich](https://images.gog.com/a8ab2f8d69429a7d74e353b1bca48bd0a2ecbd3d2cd1cc9267ee46ae07eaf3e7_forum_avatar.jpg)
JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece
![SimonG](https://images.gog.com/bd39052917d8e2ac93aa384ded6caa7ef47e17760306db9aefd0973926dcf0d1_forum_avatar.jpg)
SimonG
SimonG597
Registered: Sep 2010
From Germany
![JMich](https://images.gog.com/a8ab2f8d69429a7d74e353b1bca48bd0a2ecbd3d2cd1cc9267ee46ae07eaf3e7_forum_avatar.jpg)
JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece
![JMich](https://images.gog.com/a8ab2f8d69429a7d74e353b1bca48bd0a2ecbd3d2cd1cc9267ee46ae07eaf3e7_forum_avatar.jpg)
JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece
![Fever_Discordia](https://images.gog.com/53b54b2be618b377609c0db1a19cd14a24978a129e1b5a919948238ac99cbc92_forum_avatar.jpg)
Fever_Discordia
Don't Panic
Registered: Nov 2010
From United Kingdom
![JMich](https://images.gog.com/a8ab2f8d69429a7d74e353b1bca48bd0a2ecbd3d2cd1cc9267ee46ae07eaf3e7_forum_avatar.jpg)
JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece
![Ghorpm](https://images.gog.com/00cb026790f167d9ae4837b63228d5fffe4c3817bc564415c01a9afa80ea4bb8_forum_avatar.jpg)
Ghorpm
Zielony Brzydal
Registered: Jan 2012
From Poland
Posted August 23, 2012
Certainly it does as I use the list view and it worked pretty fine ;)
![Fever_Discordia](https://images.gog.com/53b54b2be618b377609c0db1a19cd14a24978a129e1b5a919948238ac99cbc92_forum_avatar.jpg)
Fever_Discordia
Don't Panic
Registered: Nov 2010
From United Kingdom
Posted August 23, 2012
Ah yes, I see it now, it was actually much easier to spot when I switched to list view
![Asbeau](https://images.gog.com/14ddcb13dab8e7a50df93f383547650e7415d106df46d043c2a017de4e2d25f5_forum_avatar.jpg)
Asbeau
shot the food
Registered: Nov 2011
From United Kingdom
Posted August 23, 2012
Looking for the updated game confused the crap out of me first thing this morning, because I have Ultima hidden. I never got on with those games.
![Ghildrean](https://images.gog.com/3190a9eb43072f83d69331a20532a8593319e28bc137d712db504ab3f1406a80_forum_avatar.jpg)
Ghildrean
Cyborg
Registered: Jan 2009
From Spain
Posted August 23, 2012
![avatar](/upload/avatars/2012/02/b66f06cd89bfac8a745ad09e3f3aa7fab4907167_t.jpg)
Ultima 4: Interview with Richard Garriot added
Ultima 4+5+6: Interview with Richard Garriot added
Ultima Underworld 1+2: Reference cards added
Ultima 7 The Complete Edition: Maps, cluebooks and design documents added
Ultima 8 Gold Edition: Lost Vale design documents added
According to the promo news, for Ultima 7 they added a colored map of Serpent Isle and the cluebooks (I think one of them was missing, but don't remember which one).
![JMich](https://images.gog.com/a8ab2f8d69429a7d74e353b1bca48bd0a2ecbd3d2cd1cc9267ee46ae07eaf3e7_forum_avatar.jpg)
JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece
![Ghildrean](https://images.gog.com/3190a9eb43072f83d69331a20532a8593319e28bc137d712db504ab3f1406a80_forum_avatar.jpg)
Ghildrean
Cyborg
Registered: Jan 2009
From Spain
Posted August 23, 2012
Me neither. I had to manually check them after read the news.
![adambiser](https://images.gog.com/f44e644d427098cd3f4eb8486e0ccef01d3f9951bfe69ea4888eed0a79f6cc5d_forum_avatar.jpg)
adambiser
fascimania.com
Registered: Dec 2009
From United States
Posted August 23, 2012
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.
/***************************************
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.
Post edited August 23, 2012 by adambiser