/*
 ________________________________________________________________________
|                  |                                                     |
|          Title:  |  YouTube - Watched videos highlighted               |
|    Description:  |  Watched videos in YouTube is red                   |
|         Author:  |  Rist                                               |
|   Date Created:  |  5.3.2010                                           |
|   Last Updated:  |  5.3.2010                                           |
|        Version:  |  0.0.0.1                                            |
|__________________|_____________________________________________________|

*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("youtube.com") {
.video-entry a:visited,
.video-title a:visited,
.video-mini-title a:visited,
video-short-title a:visited,
video-long-title a:visited
{ color:red !important;}}

