mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 13:14:29 +00:00
Site/user autocomplete fixes.
* Lengthen the inputs in the Right Now network dashboard widget * Border around the whole autocomplete widget/list * Handle long strings * Remove some CSS color cruft from the main stylesheet and de-dupe the JS closures for open/close callbacks. Props helenyhou fixes #20584 git-svn-id: https://develop.svn.wordpress.org/trunk@20984 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -889,28 +889,21 @@ ul#add-to-blog-users {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-top: none;
|
||||
|
||||
background-color: #efefef;
|
||||
border-color: #bbb;
|
||||
}
|
||||
|
||||
.ui-autocomplete li {
|
||||
margin-bottom: 0;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
color: #101010;
|
||||
}
|
||||
|
||||
.ui-autocomplete li a {
|
||||
display: block;
|
||||
height: 100%;
|
||||
padding: 4px 10px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.ui-autocomplete li a.ui-state-hover {
|
||||
background-color: #ddd;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user