Skip to content

Commit

Permalink
Merge pull request #87 from wmde/min-width
Browse files Browse the repository at this point in the history
Improve suggester color and width styles
  • Loading branch information
snaterlicious committed Jul 18, 2014
2 parents b196efc + cdd9e3d commit 2334cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jquery.ui/jquery.ui.ooMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

.ui-ooMenu li a {
display: block;
text-decoration: none;
}

.ui-ooMenu li.ui-ooMenu-customItem-action {
Expand Down
2 changes: 2 additions & 0 deletions lib/jquery.ui/jquery.ui.suggester.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.ui-suggester-list {
background: white;
border-color: #C9C9C9;
min-width: 8em;
/* required for the client link feature, the dialog is at ~1002. also needs
* to be above .ui-inputextender-extension and .ui-listrotator-menu */
z-index: 2000;
Expand All @@ -28,6 +29,7 @@
}

.ui-suggester-list .ui-ooMenu-item a {
color: black;
padding: 0 0.2em;
text-decoration: none;
}
Expand Down

0 comments on commit 2334cdc

Please sign in to comment.