changed selected rows color in pref pane

This commit is contained in:
Andrew Dolgov 2005-08-23 16:06:12 +01:00
parent 047bae7373
commit 7e00c9814f
1 changed files with 2 additions and 2 deletions

View File

@ -233,11 +233,11 @@ table.prefFeedList tr.title td {
}
.evenSelected {
background-color : #c0c0c0;
background-color : #e0e0ff;
}
.oddSelected {
background-color : #c0c0c0;
background-color : #e0e0ff;
}
a.disabledButton {