/*
 __________________________________________________________________________
|                  |                                                       |
|          Title:  |  Downloads List - Alternating List Row Color          |
|    Description:  |  Makes each other row blue (or custom) increases look |
|         Author:  |  -=Ben=-                                              |
|   Date Created:  |  July 15, 2008                                        |
|   Date Updated:  |  November 19, 2009                                    |
|        Version:  |  1.0.0.1                                              |
|__________________|_______________________________________________________|

*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/* Alternating List Items Color: */
#downloadView richlistitem:nth-child(odd)
{
  background-color: #EAF0FD !important;
  background: #EAF0FD !important;
}

/* Selected Item: */
#downloadView richlistitem[selected="true"]
{
  background-color: #0A246A !important;
  color: #FFFFFF !important;
}