Closed (won't fix)
Project:
Acquia Marina
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2010 at 00:33 UTC
Updated:
11 Mar 2011 at 18:04 UTC
I just upgrade to 2.0 of this theme and ran into an issue on IE6, it works and looks fine on FF.
At first I thought it might be something to do with views, but all tables, even the dblog, or the rows in blocks menu are all the same.
You don't get the odd even stripes and whatever columns are not the active sort have a light red background. You should be able to see it if you go here http://www.englishchannelband.com/ec_site/Playlist
Comments
Comment #1
jriedel commentedJust a followup. With a bit iof debugging in IE6 it seems to be coming from dblog.css. It has things in it like
tr.error.even,
tr.error.odd,
tr.dblog-error.odd,
tr.dblog-error.even {
background: #FBDBDB;
color: #8A1F11;
}
But looking in IE debugger it shows
TR.odd {
BACKGROUND: #fbdbdb;
COLOR: #8a1f11
}
TR.even {
BACKGROUND: #fbdbdb;
COLOR: #8a1f11
}
Removing dblog.css from the .info file seems to fix things.
Comment #2
goody815 commentedthe 6.x-2.0 branch is no longer being supported.