changed selected rows color in pref pane
This commit is contained in:
parent
047bae7373
commit
7e00c9814f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue