I found the solution to the feedbrowser problem in my case. In the
settings for the Feedbrowser, the values of the Themes, platinum and
graphite are lowercase, but need to be Title case in order to match the
css classes in the javascript and css files.
In:
admin/syndication/feedbrowsersettings.ascx
Change:
ropDownList id="Theme" runat="server" CssClass="NormalTextBox" Width="250px">
Platinum
Graphite
ropDownList>
to
ropDownList id="Theme" runat="server" CssClass="NormalTextBox" Width="250px">
Platinum
Graphite
ropDownList>