Skip to content

Commit

Permalink
fixed hover-bug
Browse files Browse the repository at this point in the history
Signed-off-by: Andrwe Lord Weber <github@andrwe.org>
  • Loading branch information
Andrwe committed Jun 14, 2011
1 parent 554f378 commit 50209e2
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions mail-gv4alw.css
Expand Up @@ -274,35 +274,37 @@
background-position: 0 0;
}

#mailboxlist li a:hover
#mailboxlist li.selected
{
color: #333333;
font-weight: bold;
background-color: #B2B4BF;
font-weight: bold;
}

#mailboxlist li.unread,
#mailboxlist li.unread > a
#mailboxlist li.unread.selected > a
{
color: #246486;
color: white;
}

#mailboxlist li a:hover,
#mailboxlist li.unread a:hover
{
color: #333333;
color: white;
font-weight: bold;
background-color: #B2B4BF;
background-image: inherit;
background-repeat: no-repeat;
background-position: -10px 0px;
}

#mailboxlist li.droptarget
#mailboxlist li.unread > a
{
background-color: #B2B4BF;
color: #000000;
font-weight: bold;
color: #246486;
}

#mailboxlist li.selected
#mailboxlist li.droptarget
{
background-color: #B2B4BF;
color: #FFF;
color: #000000;
font-weight: bold;
}

Expand Down Expand Up @@ -345,8 +347,8 @@ body.messagelist
}

#messagelist tbody tr:hover,
#messagelist tbody tr td:hover,
#messagelist tbody tr td a:hover
#messagelist tbody tr:hover > td,
#messagelist tbody tr:hover > td a
{
background-color: #B2B4BF;
font-weight: bold;
Expand Down

0 comments on commit 50209e2

Please sign in to comment.