Bug 662744 - remove obsolete background image rules, r=dao

--HG--
extra : rebase_source : 02de983ca70eb349cfc31adf4af3ac95df8731a0
This commit is contained in:
Gijs Kruitbosch 2014-05-01 12:13:38 +01:00
parent 6c4d29c0e6
commit 98ad0dab41
2 changed files with 0 additions and 8 deletions

View File

@ -20,10 +20,6 @@ richlistitem[type="download"] {
min-height: 46px;
}
richlistitem[type="download"][selected="true"] {
background-image: url(chrome://mozapps/skin/extensions/itemEnabledFader.png);
}
richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
background-color: -moz-oddtreerow;
}

View File

@ -23,10 +23,6 @@ richlistitem[type="download"] {
border-bottom: 1px solid ThreeDLightShadow;
}
richlistitem[type="download"][selected="true"] {
background-image: url(chrome://mozapps/skin/extensions/itemEnabledFader.png);
}
richlistitem[type="download"] .name {
font-size: larger;
}