Closed (fixed)
Project:
A3 Atlantis
Version:
6.x-1.1
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2008 at 02:56 UTC
Updated:
4 Sep 2008 at 01:42 UTC
When I goto content management and selects content. Everything is ok. If I click on any check box to select the content node the background and foreground both turns white and one can not make out the selected content nodes. Where to make changes in css? Also I have done some modifications in the theme which are good. Can I send it to this project.
Comments
Comment #1
JohnForsythe commentedNice catch, thanks. Here is a fix: add this line to style.css (around line 250 is a good place).
tr.selected td { background: #2D9F1D; }This fix will be included in the next release.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.