mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +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:
@@ -874,21 +874,29 @@ ul#add-to-blog-users {
|
||||
margin: 0 0 0 14px;
|
||||
}
|
||||
|
||||
.ui-autocomplete-input.open {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.ui-autocomplete {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-top: none;
|
||||
|
||||
background-color: #ececec;
|
||||
border-color: gray;
|
||||
background-color: #efefef;
|
||||
border-color: #bbb;
|
||||
}
|
||||
|
||||
.ui-autocomplete li {
|
||||
padding: 2px 5px;
|
||||
margin-bottom: 0;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
color: #101010;
|
||||
@@ -897,12 +905,12 @@ ul#add-to-blog-users {
|
||||
.ui-autocomplete li a {
|
||||
display: block;
|
||||
height: 100%;
|
||||
padding: 2px 5px;
|
||||
padding: 4px 10px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.ui-autocomplete li a.ui-state-hover {
|
||||
background-color: #f0f0b8;
|
||||
background-color: #ddd;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user