Fix the tag suggest drop-down list for Press This. Props azaozz. see #7066
git-svn-id: https://develop.svn.wordpress.org/trunk@8062 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e363d391f5
commit
2efa758966
@ -369,3 +369,28 @@ float: right;
|
||||
#jaxtag {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.ac_results {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
display: none;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.ac_results li {
|
||||
padding: 2px 5px;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ac_over {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ac_match {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user