mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
Autocomplete for add-user screens in multisite. props boonebgorges, Japh, DrewAPicture, PeteMall, nacin, koopersmith, markjaquith. see #19810.
git-svn-id: https://develop.svn.wordpress.org/trunk@19897 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -892,6 +892,45 @@ p.search-box {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type="text"].ui-autocomplete-loading {
|
||||
background: transparent url('../images/loading.gif') no-repeat right center;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
ul#add-to-blog-users {
|
||||
margin: 0 0 0 14px;
|
||||
}
|
||||
|
||||
.ui-autocomplete {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
||||
background-color: #ececec;
|
||||
border-color: gray;
|
||||
}
|
||||
|
||||
.ui-autocomplete li {
|
||||
padding: 2px 5px;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
color: #101010;
|
||||
}
|
||||
|
||||
.ui-autocomplete li a {
|
||||
display: block;
|
||||
height: 100%;
|
||||
padding: 2px 5px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.ui-autocomplete li a.ui-state-hover {
|
||||
background-color: #f0f0b8;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
3.0 - Actions
|
||||
|
||||
Reference in New Issue
Block a user