stef / nnmon

a bugtracker for teh internetz
12 stars 8 forks source link

[css] border-bottom and hover on table list color issue. #43

Open vincib opened 13 years ago

vincib commented 13 years ago

the border-bottom 1px dashed when hovering in one element of the table here is misleading.

http://respectmynet.eu/list/

Many users think they can filter for one operator or one country when clicking that, but in fact it just SHOW the specific case.

there is a hover (in the same "list" table) which is almost in the same gray as the odd lines and span the entire line. It would be great if it is in a very different colour, like the yellow used in the map. That way, users will understand that this line is one link to the case itself, not a filter.

zorun commented 13 years ago

Okay, I've changed the hover to some kind of orange (#ffdd55 to be precise)

As for the dotted border-bottom, it is a site-wide style for links, so it's probably best to keep it that way inside the table (and the visible hovering is enough, I think)

axelsimon commented 13 years ago

The only problem with this dotted underlining is that it gives visitors the feeling that by clicking on what is underlined (country name, operator, etc.), they will be taken to list sorted by country, operator, etc.