Nevermind--I found the correct css file and I added a bottom border via this css code:
#tableFiles tr td{
background-color:#FFCCFF;
}
Apparantly it's 'Browser.css' in the skins/fckeditorplone/fckbrowser directory, not 'browser.css' the _src/fckeditor/editor/filemanager/browser/default folder, if anyone else has the same issue....
Re: fckeditor-plone: file browser alternating lines diff. bgcolo
#tableFiles tr td{ background-color:#FFCCFF; }Apparantly it's 'Browser.css' in the skins/fckeditorplone/fckbrowser directory, not 'browser.css' the _src/fckeditor/editor/filemanager/browser/default folder, if anyone else has the same issue....
HTH!