Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #144 from zanata/rhbz1001983
Browse files Browse the repository at this point in the history
fix on hover problem in filtering drop down: https://bugzilla.redhat.com/show_bug.cgi?id=1001983
  • Loading branch information
Patrick Huang committed Aug 28, 2013
2 parents 6cffb1b + 851a3ea commit 055a8c0
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -62,12 +62,13 @@
.container ul.filterList {
display:none;
min-width: 100%;
font-size:12px;
font-size:0.9em;
color:black;
position:absolute;
z-index:1;
background-color: #fafafa;
box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.2);
top: 95%;
}

.container ul.filterList li {
Expand Down

0 comments on commit 055a8c0

Please sign in to comment.