Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
Fix legacy iconic style...
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonios E. Garnelis committed Mar 14, 2012
1 parent f5534b7 commit 686b628
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions transifex/static/css/jquery.autocomplete.css
Expand Up @@ -50,18 +50,22 @@

/* css code merged from django-ajax-selects */
.iconic {
background: #fff;
color: #000;
border: 1px solid #ddd;
padding: 2px 4px;
font-weight: bold;
font-family: Courier;
text-decoration: none;
}
background: white;
color: #999;
border: 1px solid #999;
padding: 2px 5px 1px 5px;
text-decoration: none;
font-size: 11px;
line-height: 1em;
font-weight: bold;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;}

.iconic:hover {
text-decoration: none;
color: #fff;
background: #000;
background: #999;
cursor: pointer;
}

0 comments on commit 686b628

Please sign in to comment.