mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Styling and RTL style fixes for user/site autocomplete. Props ocean90, helenyhou. fixes #20584
git-svn-id: https://develop.svn.wordpress.org/trunk@20705 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -117,6 +117,18 @@ input[type=password] {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
input[type="text"].ui-autocomplete-loading {
|
||||
background: transparent url('../images/loading.gif') no-repeat left center;
|
||||
}
|
||||
|
||||
ul#add-to-blog-users {
|
||||
margin: 0 14px 0 0;
|
||||
}
|
||||
|
||||
.ui-autocomplete li {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
3.0 - Actions
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user