Hi,

in my opinion it will be useful to highlight the the lines in the module table under administration because at a monitor solution from 1280*1024 I lose the overview.

Take a look at the screenshots to see what I mean.

There will be only one line that has to put at the drupal.css.

#system_modules table tr:hover td{
  background:#D2FCA7;
}

This is small change that will work at time only for non IE browsers.

CommentFileSizeAuthor
screenshot_drupal-module-table_hover.jpg88.93 KBCreazion

Comments

Crell’s picture

+1 on the concept, and that it has no effect on IE doesn't bother me in the slightest. :-) However, shouldn't something like this be part of a theme rather than in the core CSS file? Is there a reason it needs to be in core?

magico’s picture

Version: 4.7.2 » x.y.z
Component: drupal.css » theme system

I agree with #1. It's a nice concept, but this is really a theme thing.
Shouldn't be placed in the core, but the default theme (or themes) could have this functionality.

bradlis7’s picture

Version: x.y.z » 6.x-dev
Status: Active » Fixed

The new Garland theme has alternating colors, which makes it more readable. I'm marking fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)