mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Autocomplete: Update CSS based on both jQuery UI and general visual changes.
props rodrigosprimo for the initial patch. fixes #31427. Built from https://develop.svn.wordpress.org/trunk@31611 git-svn-id: http://core.svn.wordpress.org/trunk@31592 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
df08581656
commit
77f3f6943d
@ -483,50 +483,42 @@ p.search-box {
|
||||
margin: 0 0 0 4px;
|
||||
}
|
||||
|
||||
input[type="text"].ui-autocomplete-loading {
|
||||
background: transparent url(../images/loading.gif) no-repeat left center;
|
||||
input[type="text"].ui-autocomplete-loading,
|
||||
input[type="email"].ui-autocomplete-loading {
|
||||
background-image: url(../images/loading.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
input.ui-autocomplete-input.open {
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
ul#add-to-blog-users {
|
||||
margin: 0 14px 0 0;
|
||||
}
|
||||
|
||||
.ui-autocomplete-input.open {
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.ui-autocomplete {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border: 1px solid #aaa;
|
||||
background-color: #efefef;
|
||||
border: 1px solid #5b9dd9;
|
||||
-webkit-box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );
|
||||
box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.ui-autocomplete li {
|
||||
margin-bottom: 0;
|
||||
padding: 4px 10px;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ui-autocomplete li a {
|
||||
display: block;
|
||||
height: 100%;
|
||||
padding: 4px 10px;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.ui-autocomplete li a.ui-state-focus {
|
||||
.ui-autocomplete li.ui-state-focus {
|
||||
background-color: #ddd;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -483,50 +483,42 @@ p.search-box {
|
||||
margin: 0 4px 0 0;
|
||||
}
|
||||
|
||||
input[type="text"].ui-autocomplete-loading {
|
||||
background: transparent url(../images/loading.gif) no-repeat right center;
|
||||
input[type="text"].ui-autocomplete-loading,
|
||||
input[type="email"].ui-autocomplete-loading {
|
||||
background-image: url(../images/loading.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right center;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
input.ui-autocomplete-input.open {
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
ul#add-to-blog-users {
|
||||
margin: 0 0 0 14px;
|
||||
}
|
||||
|
||||
.ui-autocomplete-input.open {
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.ui-autocomplete {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
border: 1px solid #aaa;
|
||||
background-color: #efefef;
|
||||
border: 1px solid #5b9dd9;
|
||||
-webkit-box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );
|
||||
box-shadow: 0 1px 2px rgba( 30, 140, 190, 0.8 );
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.ui-autocomplete li {
|
||||
margin-bottom: 0;
|
||||
padding: 4px 10px;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ui-autocomplete li a {
|
||||
display: block;
|
||||
height: 100%;
|
||||
padding: 4px 10px;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.ui-autocomplete li a.ui-state-focus {
|
||||
.ui-autocomplete li.ui-state-focus {
|
||||
background-color: #ddd;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
2
wp-admin/css/login-rtl.min.css
vendored
2
wp-admin/css/login-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/login.min.css
vendored
2
wp-admin/css/login.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31610';
|
||||
$wp_version = '4.2-alpha-31611';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user