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

JohnForsythe’s picture

Status: Active » Fixed

Nice 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.